Html Css Color HEX #8E20CA Dark Orchid

📋 copy color: '#8E20CA'

red 142 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #8E20CA

Tints of Dark Orchid #8E20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.72%

R = 37.77%
G = 8.51%
B = 53.72%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E20CA (or 0x8E20CA) is known color: Dark Orchid. HEX triplet: 8E, 20 and CA. RGB value is (142,32,202). Sum of RGB (Red+Green+Blue) = 142+32+202=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E20CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20CA is #71DF35. Grayscale: #535353. Windows color (decimal): -7462710 or 13246606. OLE color: 13246606.

HSL color Cylindrical-coordinate representation of color #8E20CA: hue angle of 278.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E20CA is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 32 202 -
CMYK 0.30 0.84 0 0.21
HSL 278.82º 0.73% 0.46% -
HSV(B) 278.82º 0.84% 0.79% -
XYZ 22.33 11.05 56.83 -
YUV 84.27 194.44 169.18 -
System Red Green Blue C M Y K H S L
Decimal 142 32 202 0.30 0.84 0 0.21 278.82 0.73 0.46
Hex 8E 20 CA 1E 54 0 15 117 49 2E
Octal 216 40 312 36 124 0 25 427 111 56
Binary 10001110 100000 11001010 11110 1010100 0 10101 100010111 1001001 101110

Color Harmonies of #8E20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20CA

Black with #8E20CA

Text Example


Text Example

White with #8E20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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