#8932B0

Color #8932B0 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8932B0

Tints of Dark Orchid #8932B0

Color information

#8932B0 (or 0x8932B0) is unknown color: approx Dark Orchid. HEX triplet: 89, 32 and B0. RGB value is (137,50,176). Sum of RGB (Red+Green+Blue) = 137+50+176=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #8932B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8932B0 is #76CD4F. Grayscale: #595959. Windows color (decimal): -7785808 or 11547273. OLE color: 11547273.

HSL color Cylindrical-coordinate representation of color #8932B0: hue angle of 281.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8932B0 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13750176-
CMYK0.220.7200.31
HSL281.43º55.75%44.31%-
HSV(B)281.43º71.59%69.02%-
XYZ19.2910.7342.13-
YUV90.38176.32161.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 176 (69.14% from 255) = 48.48%
R=37.74%
G=13.77%
B=48.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137501760.220.7200.31281.4355.7544.31
Hex8932B0164801F119382c
Octal21162260261100374317054
Binary1000100111001010110000101101001000011111100011001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8932B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8932B0; }

 p { color: rgb(137,50,176); }

 H1.HeaderClassName
 {
   color: #8932B0;
 }
 .AnyTagClassName
 {
   color: #8932B0;
 }
</style>
background-color css

<style>
 a { background-color: #8932B0; }

 a { background-color: rgb(137,50,176); }

 div.DivClassName
 {
   background-color: #8932B0;
 }
 .BgClassName
 {
   background-color: #8932B0;
 }
</style>
border-color css

<style>
 span { border-color: #8932B0; }

 span { border-color: rgb(137,50,176); }

 td.TdClassName
 {
   border-color: #8932B0;
 }
 .TagClassName
 {
   border-color: #8932B0;
 }
</style>