#8932BE

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

Shades of Dark Orchid #8932BE

Tints of Dark Orchid #8932BE

Color information

#8932BE (or 0x8932BE) is unknown color: approx Dark Orchid. HEX triplet: 89, 32 and BE. RGB value is (137,50,190). Sum of RGB (Red+Green+Blue) = 137+50+190=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #8932BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8932BE is #76CD41. Grayscale: #5B5B5B. Windows color (decimal): -7785794 or 12464777. OLE color: 12464777.

HSL color Cylindrical-coordinate representation of color #8932BE: hue angle of 277.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8932BE is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13750190-
CMYK0.280.7400.25
HSL277.29º58.33%47.06%-
HSV(B)277.29º73.68%74.51%-
XYZ20.7511.3249.81-
YUV91.97183.32160.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 50 (19.92% from 255) = 13.26%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=36.34%
G=13.26%
B=50.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137501900.280.7400.25277.2958.3347.06
Hex8932BE1C4A0191153a2f
Octal21162276341120314257257
Binary1000100111001010111110111001001010011001100010101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8932BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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