#8E1EB1

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

Shades of Dark Orchid #8E1EB1

Tints of Dark Orchid #8E1EB1

Color information

#8E1EB1 (or 0x8E1EB1) is unknown color: approx Dark Orchid. HEX triplet: 8E, 1E and B1. RGB value is (142,30,177). Sum of RGB (Red+Green+Blue) = 142+30+177=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E1EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1EB1 is #71E14E. Grayscale: #4F4F4F. Windows color (decimal): -7463247 or 11607694. OLE color: 11607694.

HSL color Cylindrical-coordinate representation of color #8E1EB1: hue angle of 285.71º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1EB1 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14230177-
CMYK0.200.8300.31
HSL285.71º71.01%40.59%-
HSV(B)285.71º83.05%69.41%-
XYZ19.569.8542.47-
YUV80.25182.61172.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 30 (12.11% from 255) = 8.60%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=40.69%
G=8.60%
B=50.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142301770.200.8300.31285.7171.0140.59
Hex8E1EB1145301F11e4729
Octal216362612412303743610751
Binary1000111011110101100011010010100110111111000111101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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