#8E19C4

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

Shades of Dark Orchid #8E19C4

Tints of Dark Orchid #8E19C4

Color information

#8E19C4 (or 0x8E19C4) is unknown color: approx Dark Orchid. HEX triplet: 8E, 19 and C4. RGB value is (142,25,196). Sum of RGB (Red+Green+Blue) = 142+25+196=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #8E19C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E19C4 is #71E63B. Grayscale: #4E4E4E. Windows color (decimal): -7464508 or 12851598. OLE color: 12851598.

HSL color Cylindrical-coordinate representation of color #8E19C4: hue angle of 281.05º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E19C4 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14225196-
CMYK0.280.8700.23
HSL281.05º77.38%43.33%-
HSV(B)281.05º87.24%76.86%-
XYZ21.4710.4353.11-
YUV79.48193.76172.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 25 (10.16% from 255) = 6.89%
BLUE value IS 196 (76.95% from 255) = 53.99%
R=39.12%
G=6.89%
B=53.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142251960.280.8700.23281.0577.3843.33
Hex8E19C41C570171194d2b
Octal216313043412702743111553
Binary1000111011001110001001110010101110101111000110011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E19C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,196); }

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

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

 a { background-color: rgb(142,25,196); }

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

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

 span { border-color: rgb(142,25,196); }

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