#8e1eba

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

Shades of Dark Orchid #8E1EBA

Tints of Dark Orchid #8E1EBA

Color information

#8E1EBA (or 0x8E1EBA) is unknown color: approx Dark Orchid. HEX triplet: 8E, 1E and BA. RGB value is (142,30,186). Sum of RGB (Red+Green+Blue) = 142+30+186=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1EBA is #71E145. Grayscale: #505050. Windows color (decimal): -7463238 or 12197518. OLE color: 12197518.

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

Color convert

RGB14230186-
CMYK0.240.8400.27
HSL283.08º72.22%42.35%-
HSV(B)283.08º83.87%72.94%-
XYZ20.4810.2247.35-
YUV81.27187.11171.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 30 (12.11% from 255) = 8.38%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=39.66%
G=8.38%
B=51.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142301860.240.8400.27283.0872.2242.35
Hex8E1EBA185401B11b482a
Octal216362723012403343311052
Binary1000111011110101110101100010101000110111000110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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