#8E17B5

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

Shades of Dark Orchid #8E17B5

Tints of Dark Orchid #8E17B5

Color information

#8E17B5 (or 0x8E17B5) is unknown color: approx Dark Orchid. HEX triplet: 8E, 17 and B5. RGB value is (142,23,181). Sum of RGB (Red+Green+Blue) = 142+23+181=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 181 (71.09% from 255 or 52.31% from 346); Max value from RGB is 181 - color contains mainly: blue. Hex color #8E17B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E17B5 is #71E84A. Grayscale: #4C4C4C. Windows color (decimal): -7465035 or 11868046. OLE color: 11868046.

HSL color Cylindrical-coordinate representation of color #8E17B5: hue angle of 285.19º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E17B5 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14223181-
CMYK0.220.8700.29
HSL285.19º77.45%40%-
HSV(B)285.19º87.29%70.98%-
XYZ19.89.744.54-
YUV76.59186.92174.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 23 (9.38% from 255) = 6.65%
BLUE value IS 181 (71.09% from 255) = 52.31%
R=41.04%
G=6.65%
B=52.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142231810.220.8700.29285.1977.4540
Hex8E17B5165701D11d4d28
Octal216272652612703543511550
Binary1000111010111101101011011010101110111011000111011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E17B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,23,181); }

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

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

 a { background-color: rgb(142,23,181); }

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

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

 span { border-color: rgb(142,23,181); }

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