#8923C6

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

Shades of Dark Orchid #8923C6

Tints of Dark Orchid #8923C6

Color information

#8923C6 (or 0x8923C6) is unknown color: approx Dark Orchid. HEX triplet: 89, 23 and C6. RGB value is (137,35,198). Sum of RGB (Red+Green+Blue) = 137+35+198=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #8923C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8923C6 is #76DC39. Grayscale: #535353. Windows color (decimal): -7789626 or 12985225. OLE color: 12985225.

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

Color convert

RGB13735198-
CMYK0.310.8200.22
HSL277.55º69.96%45.69%-
HSV(B)277.55º82.32%77.65%-
XYZ21.1110.654.36-
YUV84.08192.29165.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 35 (14.06% from 255) = 9.46%
BLUE value IS 198 (77.73% from 255) = 53.51%
R=37.03%
G=9.46%
B=53.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal137351980.310.8200.22277.5569.9645.69
Hex8923C61F52016116462e
Octal211433063712202642610656
Binary10001001100011110001101111110100100101101000101101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8923C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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