Html Css Color HEX #8E20C6 Dark Orchid

📋 copy color: '#8E20C6'

red 142 ◦ green 32 ◦ blue 198

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

Shades of Dark Orchid #8E20C6

Tints of Dark Orchid #8E20C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.23%

R = 38.17%
G = 8.6%
B = 53.23%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8E20C6 (or 0x8E20C6) is known color: Dark Orchid. HEX triplet: 8E, 20 and C6. RGB value is (142,32,198). Sum of RGB (Red+Green+Blue) = 142+32+198=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 198 (77.73% from 255 or 53.23% from 372); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E20C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20C6 is #71DF39. Grayscale: #535353. Windows color (decimal): -7462714 or 12984462. OLE color: 12984462.

HSL color Cylindrical-coordinate representation of color #8E20C6: hue angle of 279.76º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E20C6 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 142 32 198 -
CMYK 0.28 0.84 0 0.22
HSL 279.76º 0.72% 0.45% -
HSV(B) 279.76º 0.84% 0.78% -
XYZ 21.86 10.86 54.37 -
YUV 83.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 142 32 198 0.28 0.84 0 0.22 279.76 0.72 0.45
Hex 8E 20 C6 1C 54 0 16 118 48 2D
Octal 216 40 306 34 124 0 26 430 110 55
Binary 10001110 100000 11000110 11100 1010100 0 10110 100011000 1001000 101101

Color Harmonies of #8E20C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20C6

Black with #8E20C6

Text Example


Text Example

White with #8E20C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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