#8E1ACA

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

Shades of Dark Orchid #8E1ACA

Tints of Dark Orchid #8E1ACA

Color information

#8E1ACA (or 0x8E1ACA) is unknown color: approx Dark Orchid. HEX triplet: 8E, 1A and CA. RGB value is (142,26,202). Sum of RGB (Red+Green+Blue) = 142+26+202=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E1ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1ACA is #71E535. Grayscale: #505050. Windows color (decimal): -7464246 or 13245070. OLE color: 13245070.

HSL color Cylindrical-coordinate representation of color #8E1ACA: hue angle of 279.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1ACA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14226202-
CMYK0.300.8700.21
HSL279.55º77.19%44.71%-
HSV(B)279.55º87.13%79.22%-
XYZ22.1910.7556.78-
YUV80.75196.43171.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 26 (10.55% from 255) = 7.03%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=38.38%
G=7.03%
B=54.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142262020.300.8700.21279.5577.1944.71
Hex8E1ACA1E570151184d2d
Octal216323123612702543011555
Binary1000111011010110010101111010101110101011000110001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,26,202); }

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

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

 a { background-color: rgb(142,26,202); }

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

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

 span { border-color: rgb(142,26,202); }

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