#8920C6

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

Shades of Dark Orchid #8920C6

Tints of Dark Orchid #8920C6

Color information

#8920C6 (or 0x8920C6) is unknown color: approx Dark Orchid. HEX triplet: 89, 20 and C6. RGB value is (137,32,198). Sum of RGB (Red+Green+Blue) = 137+32+198=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #8920C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8920C6 is #76DF39. Grayscale: #515151. Windows color (decimal): -7790394 or 12984457. OLE color: 12984457.

HSL color Cylindrical-coordinate representation of color #8920C6: hue angle of 277.95º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8920C6 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13732198-
CMYK0.310.8400.22
HSL277.95º72.17%45.1%-
HSV(B)277.95º83.84%77.65%-
XYZ21.0310.4354.33-
YUV82.32193.29167-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.33%
GREEN value IS 32 (12.89% from 255) = 8.72%
BLUE value IS 198 (77.73% from 255) = 53.95%
R=37.33%
G=8.72%
B=53.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal137321980.310.8400.22277.9572.1745.1
Hex8920C61F54016116482d
Octal211403063712402642611055
Binary10001001100000110001101111110101000101101000101101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8920C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8920C6; }

 p { color: rgb(137,32,198); }

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

<style>
 a { background-color: #8920C6; }

 a { background-color: rgb(137,32,198); }

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

<style>
 span { border-color: #8920C6; }

 span { border-color: rgb(137,32,198); }

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