Html Css Color HEX #8E20CE Dark Orchid

📋 copy color: '#8E20CE'

red 142 ◦ green 32 ◦ blue 206

#8E20CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8E20CE

Tints of Dark Orchid #8E20CE

RGB

 RED value IS 142 (55.86% from 255) = 37.37%

 GREEN value IS 32 (12.89% from 255) = 8.42%

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 37.37%
G = 8.42%
B = 54.21%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E20CE (or 0x8E20CE) is known color: Dark Orchid. HEX triplet: 8E, 20 and CE. RGB value is (142,32,206). Sum of RGB (Red+Green+Blue) = 142+32+206=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E20CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20CE is #71DF31. Grayscale: #545454. Windows color (decimal): -7462706 or 13508750. OLE color: 13508750.

HSL color Cylindrical-coordinate representation of color #8E20CE: hue angle of 277.93º degrees, saturation: 0.73, 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 #8E20CE is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 32 206 -
CMYK 0.31 0.84 0 0.19
HSL 277.93º 0.73% 0.47% -
HSV(B) 277.93º 0.84% 0.81% -
XYZ 22.81 11.24 59.36 -
YUV 84.73 196.44 168.85 -
System Red Green Blue C M Y K H S L
Decimal 142 32 206 0.31 0.84 0 0.19 277.93 0.73 0.47
Hex 8E 20 CE 1F 54 0 13 116 49 2F
Octal 216 40 316 37 124 0 23 426 111 57
Binary 10001110 100000 11001110 11111 1010100 0 10011 100010110 1001001 101111

Color Harmonies of #8E20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20CE

Black with #8E20CE

Text Example


Text Example

White with #8E20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E20CE;
 }
 .AnyTagClassName
 {
   color: #8E20CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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