#8E20CF

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

Shades of Dark Orchid #8E20CF

Tints of Dark Orchid #8E20CF

Color information

#8E20CF (or 0x8E20CF) is unknown color: approx Dark Orchid. HEX triplet: 8E, 20 and CF. RGB value is (142,32,207). Sum of RGB (Red+Green+Blue) = 142+32+207=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20CF is #71DF30. Grayscale: #545454. Windows color (decimal): -7462705 or 13574286. OLE color: 13574286.

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

Color convert

RGB14232207-
CMYK0.310.8500.19
HSL277.71º73.22%46.86%-
HSV(B)277.71º84.54%81.18%-
XYZ22.9311.2960-
YUV84.84196.94168.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 32 (12.89% from 255) = 8.40%
BLUE value IS 207 (81.25% from 255) = 54.33%
R=37.27%
G=8.40%
B=54.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142322070.310.8500.19277.7173.2246.86
Hex8E20CF1F55013116492f
Octal216403173712502342611157
Binary10001110100000110011111111110101010100111000101101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E20CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,32,207); }

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

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

 a { background-color: rgb(142,32,207); }

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

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

 span { border-color: rgb(142,32,207); }

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