Html Css Color HEX #8E1077 Dark Purple

📋 copy color: '#8E1077'

red 142 ◦ green 16 ◦ blue 119

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

Shades of Dark Purple #8E1077

Tints of Dark Purple #8E1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 51.26%
G = 5.78%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E1077 (or 0x8E1077) is known color: Dark Purple. HEX triplet: 8E, 10 and 77. RGB value is (142,16,119). Sum of RGB (Red+Green+Blue) = 142+16+119=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1077 is #71EF88. Grayscale: #414141. Windows color (decimal): -7466889 or 7803022. OLE color: 7803022.

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

Color convert

RGB 142 16 119 -
CMYK 0 0.89 0.16 0.44
HSL 310.95º 0.8% 0.31% -
HSV(B) 310.95º 0.89% 0.56% -
XYZ 14.67 7.45 18.12 -
YUV 65.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 142 16 119 0 0.89 0.16 0.44 310.95 0.8 0.31
Hex 8E 10 77 0 59 10 2C 137 50 1F
Octal 216 20 167 0 131 20 54 467 120 37
Binary 10001110 10000 1110111 0 1011001 10000 101100 100110111 1010000 11111

Color Harmonies of #8E1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1077

Black with #8E1077

Text Example


Text Example

White with #8E1077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,16,119); }

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

background-color css

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

 a { background-color: rgb(142,16,119); }

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

border-color css

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

 span { border-color: rgb(142,16,119); }

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