#8E21CE

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

Shades of Dark Orchid #8E21CE

Tints of Dark Orchid #8E21CE

Color information

#8E21CE (or 0x8E21CE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 21 and CE. RGB value is (142,33,206). Sum of RGB (Red+Green+Blue) = 142+33+206=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E21CE is #71DE31. Grayscale: #545454. Windows color (decimal): -7462450 or 13509006. OLE color: 13509006.

HSL color Cylindrical-coordinate representation of color #8E21CE: hue angle of 277.8º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E21CE is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14233206-
CMYK0.310.8400.19
HSL277.8º72.38%46.86%-
HSV(B)277.8º83.98%80.78%-
XYZ22.8411.2959.37-
YUV85.31196.11168.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 33 (13.28% from 255) = 8.66%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=37.27%
G=8.66%
B=54.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142332060.310.8400.19277.872.3846.86
Hex8E21CE1F54013116482f
Octal216413163712402342611057
Binary10001110100001110011101111110101000100111000101101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E21CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,33,206); }

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

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

 a { background-color: rgb(142,33,206); }

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

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

 span { border-color: rgb(142,33,206); }

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