Html Css Color HEX #8E20BB Dark Orchid

📋 copy color: '#8E20BB'

red 142 ◦ green 32 ◦ blue 187

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

Shades of Dark Orchid #8E20BB

Tints of Dark Orchid #8E20BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 39.34%
G = 8.86%
B = 51.8%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E20BB (or 0x8E20BB) is known color: Dark Orchid. HEX triplet: 8E, 20 and BB. RGB value is (142,32,187). Sum of RGB (Red+Green+Blue) = 142+32+187=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E20BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20BB is #71DF44. Grayscale: #525252. Windows color (decimal): -7462725 or 12263566. OLE color: 12263566.

HSL color Cylindrical-coordinate representation of color #8E20BB: hue angle of 282.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E20BB is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 32 187 -
CMYK 0.24 0.83 0 0.27
HSL 282.58º 0.71% 0.43% -
HSV(B) 282.58º 0.83% 0.73% -
XYZ 20.64 10.37 47.93 -
YUV 82.56 186.94 170.4 -
System Red Green Blue C M Y K H S L
Decimal 142 32 187 0.24 0.83 0 0.27 282.58 0.71 0.43
Hex 8E 20 BB 18 53 0 1B 11B 47 2B
Octal 216 40 273 30 123 0 33 433 107 53
Binary 10001110 100000 10111011 11000 1010011 0 11011 100011011 1000111 101011

Color Harmonies of #8E20BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20BB

Black with #8E20BB

Text Example


Text Example

White with #8E20BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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