Html Css Color HEX #8E1176 Dark Purple

📋 copy color: '#8E1176'

red 142 ◦ green 17 ◦ blue 118

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

Shades of Dark Purple #8E1176

Tints of Dark Purple #8E1176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.14%

 BLUE value IS 118 (46.48% from 255) = 42.6%

R = 51.26%
G = 6.14%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E1176 (or 0x8E1176) is known color: Dark Purple. HEX triplet: 8E, 11 and 76. RGB value is (142,17,118). Sum of RGB (Red+Green+Blue) = 142+17+118=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1176 is #71EE89. Grayscale: #414141. Windows color (decimal): -7466634 or 7737742. OLE color: 7737742.

HSL color Cylindrical-coordinate representation of color #8E1176: hue angle of 311.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1176 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 118 -
CMYK 0 0.88 0.17 0.44
HSL 311.52º 0.79% 0.31% -
HSV(B) 311.52º 0.88% 0.56% -
XYZ 14.63 7.46 17.81 -
YUV 65.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 142 17 118 0 0.88 0.17 0.44 311.52 0.79 0.31
Hex 8E 11 76 0 58 11 2C 138 4F 1F
Octal 216 21 166 0 130 21 54 470 117 37
Binary 10001110 10001 1110110 0 1011000 10001 101100 100111000 1001111 11111

Color Harmonies of #8E1176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1176

Black with #8E1176

Text Example


Text Example

White with #8E1176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,118); }

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

background-color css

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

 a { background-color: rgb(142,17,118); }

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

border-color css

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

 span { border-color: rgb(142,17,118); }

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