Html Css Color HEX #8E20B1 Dark Orchid

📋 copy color: '#8E20B1'

red 142 ◦ green 32 ◦ blue 177

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

Shades of Dark Orchid #8E20B1

Tints of Dark Orchid #8E20B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50.43%

R = 40.46%
G = 9.12%
B = 50.43%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E20B1 (or 0x8E20B1) is known color: Dark Orchid. HEX triplet: 8E, 20 and B1. RGB value is (142,32,177). Sum of RGB (Red+Green+Blue) = 142+32+177=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E20B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E20B1 is #71DF4E. Grayscale: #505050. Windows color (decimal): -7462735 or 11608206. OLE color: 11608206.

HSL color Cylindrical-coordinate representation of color #8E20B1: hue angle of 285.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E20B1 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 32 177 -
CMYK 0.20 0.82 0 0.31
HSL 285.52º 0.69% 0.41% -
HSV(B) 285.52º 0.82% 0.69% -
XYZ 19.61 9.96 42.48 -
YUV 81.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 142 32 177 0.20 0.82 0 0.31 285.52 0.69 0.41
Hex 8E 20 B1 14 52 0 1F 11E 45 29
Octal 216 40 261 24 122 0 37 436 105 51
Binary 10001110 100000 10110001 10100 1010010 0 11111 100011110 1000101 101001

Color Harmonies of #8E20B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E20B1

Black with #8E20B1

Text Example


Text Example

White with #8E20B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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