#8E1EBC

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

Shades of Dark Orchid #8E1EBC

Tints of Dark Orchid #8E1EBC

Color information

#8E1EBC (or 0x8E1EBC) is unknown color: approx Dark Orchid. HEX triplet: 8E, 1E and BC. RGB value is (142,30,188). Sum of RGB (Red+Green+Blue) = 142+30+188=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E1EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1EBC is #71E143. Grayscale: #505050. Windows color (decimal): -7463236 or 12328590. OLE color: 12328590.

HSL color Cylindrical-coordinate representation of color #8E1EBC: hue angle of 282.53º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E1EBC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14230188-
CMYK0.240.8400.26
HSL282.53º72.48%42.75%-
HSV(B)282.53º84.04%73.73%-
XYZ20.710.3148.48-
YUV81.5188.11171.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.44%
GREEN value IS 30 (12.11% from 255) = 8.33%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=39.44%
G=8.33%
B=52.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142301880.240.8400.26282.5372.4842.75
Hex8E1EBC185401A11b482b
Octal216362743012403243311053
Binary1000111011110101111001100010101000110101000110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,30,188); }

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

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

 a { background-color: rgb(142,30,188); }

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

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

 span { border-color: rgb(142,30,188); }

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