#8E36C9

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

Shades of Dark Orchid #8E36C9

Tints of Dark Orchid #8E36C9

Color information

#8E36C9 (or 0x8E36C9) is unknown color: approx Dark Orchid. HEX triplet: 8E, 36 and C9. RGB value is (142,54,201). Sum of RGB (Red+Green+Blue) = 142+54+201=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E36C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E36C9 is #71C936. Grayscale: #606060. Windows color (decimal): -7457079 or 13186702. OLE color: 13186702.

HSL color Cylindrical-coordinate representation of color #8E36C9: hue angle of 275.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E36C9 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14254201-
CMYK0.290.7300.21
HSL275.92º57.65%50%-
HSV(B)275.92º73.13%78.82%-
XYZ23.0212.6156.48-
YUV97.07186.65160.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 54 (21.48% from 255) = 13.60%
BLUE value IS 201 (78.91% from 255) = 50.63%
R=35.77%
G=13.60%
B=50.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142542010.290.7300.21275.9257.6550
Hex8E36C91D490151143a32
Octal21666311351110254247262
Binary1000111011011011001001111011001001010101100010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E36C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E36C9; }

 p { color: rgb(142,54,201); }

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

<style>
 a { background-color: #8E36C9; }

 a { background-color: rgb(142,54,201); }

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

<style>
 span { border-color: #8E36C9; }

 span { border-color: rgb(142,54,201); }

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