Html Css Color HEX #8E20B8 Dark Orchid

📋 copy color: '#8E20B8'

red 142 ◦ green 32 ◦ blue 184

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

Shades of Dark Orchid #8E20B8

Tints of Dark Orchid #8E20B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.4%

R = 39.66%
G = 8.94%
B = 51.4%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8E20B8 (or 0x8E20B8) is known color: Dark Orchid. HEX triplet: 8E, 20 and B8. RGB value is (142,32,184). Sum of RGB (Red+Green+Blue) = 142+32+184=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #8E20B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20B8 is #71DF47. Grayscale: #515151. Windows color (decimal): -7462728 or 12066958. OLE color: 12066958.

HSL color Cylindrical-coordinate representation of color #8E20B8: hue angle of 283.42º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E20B8 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 142 32 184 -
CMYK 0.23 0.83 0 0.28
HSL 283.42º 0.7% 0.42% -
HSV(B) 283.42º 0.83% 0.72% -
XYZ 20.32 10.24 46.25 -
YUV 82.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 142 32 184 0.23 0.83 0 0.28 283.42 0.7 0.42
Hex 8E 20 B8 17 53 0 1C 11B 46 2A
Octal 216 40 270 27 123 0 34 433 106 52
Binary 10001110 100000 10111000 10111 1010011 0 11100 100011011 1000110 101010

Color Harmonies of #8E20B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20B8

Black with #8E20B8

Text Example


Text Example

White with #8E20B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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