Html Css Color HEX #8E20AD Dark Orchid

📋 copy color: '#8E20AD'

red 142 ◦ green 32 ◦ blue 173

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

Shades of Dark Orchid #8E20AD

Tints of Dark Orchid #8E20AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 40.92%
G = 9.22%
B = 49.86%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8E20AD (or 0x8E20AD) is known color: Dark Orchid. HEX triplet: 8E, 20 and AD. RGB value is (142,32,173). Sum of RGB (Red+Green+Blue) = 142+32+173=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E20AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E20AD is #71DF52. Grayscale: #505050. Windows color (decimal): -7462739 or 11346062. OLE color: 11346062.

HSL color Cylindrical-coordinate representation of color #8E20AD: hue angle of 286.81º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E20AD is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 32 173 -
CMYK 0.18 0.82 0 0.32
HSL 286.81º 0.69% 0.4% -
HSV(B) 286.81º 0.82% 0.68% -
XYZ 19.21 9.8 40.41 -
YUV 80.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 142 32 173 0.18 0.82 0 0.32 286.81 0.69 0.4
Hex 8E 20 AD 12 52 0 20 11F 45 28
Octal 216 40 255 22 122 0 40 437 105 50
Binary 10001110 100000 10101101 10010 1010010 0 100000 100011111 1000101 101000

Color Harmonies of #8E20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20AD

Black with #8E20AD

Text Example


Text Example

White with #8E20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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