Html Css Color HEX #8E1771 Dark Purple

📋 copy color: '#8E1771'

red 142 ◦ green 23 ◦ blue 113

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

Shades of Dark Purple #8E1771

Tints of Dark Purple #8E1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 51.08%
G = 8.27%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E1771 (or 0x8E1771) is known color: Dark Purple. HEX triplet: 8E, 17 and 71. RGB value is (142,23,113). Sum of RGB (Red+Green+Blue) = 142+23+113=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1771 is #71E88E. Grayscale: #444444. Windows color (decimal): -7465103 or 7411598. OLE color: 7411598.

HSL color Cylindrical-coordinate representation of color #8E1771: hue angle of 314.62º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E1771 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 23 113 -
CMYK 0 0.84 0.20 0.44
HSL 314.62º 0.72% 0.32% -
HSV(B) 314.62º 0.84% 0.56% -
XYZ 14.44 7.56 16.32 -
YUV 68.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 142 23 113 0 0.84 0.20 0.44 314.62 0.72 0.32
Hex 8E 17 71 0 54 14 2C 13B 48 20
Octal 216 27 161 0 124 24 54 473 110 40
Binary 10001110 10111 1110001 0 1010100 10100 101100 100111011 1001000 100000

Color Harmonies of #8E1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1771

Black with #8E1771

Text Example


Text Example

White with #8E1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,23,113); }

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

background-color css

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

 a { background-color: rgb(142,23,113); }

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

border-color css

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

 span { border-color: rgb(142,23,113); }

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