Html Css Color HEX #8E1877 Dark Purple

📋 copy color: '#8E1877'

red 142 ◦ green 24 ◦ blue 119

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

Shades of Dark Purple #8E1877

Tints of Dark Purple #8E1877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

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

R = 49.82%
G = 8.42%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E1877 (or 0x8E1877) is known color: Dark Purple. HEX triplet: 8E, 18 and 77. RGB value is (142,24,119). Sum of RGB (Red+Green+Blue) = 142+24+119=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1877 is #71E788. Grayscale: #454545. Windows color (decimal): -7464841 or 7805070. OLE color: 7805070.

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

Color convert

RGB 142 24 119 -
CMYK 0 0.83 0.16 0.44
HSL 311.69º 0.71% 0.33% -
HSV(B) 311.69º 0.83% 0.56% -
XYZ 14.81 7.74 18.17 -
YUV 70.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 142 24 119 0 0.83 0.16 0.44 311.69 0.71 0.33
Hex 8E 18 77 0 53 10 2C 138 47 21
Octal 216 30 167 0 123 20 54 470 107 41
Binary 10001110 11000 1110111 0 1010011 10000 101100 100111000 1000111 100001

Color Harmonies of #8E1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1877

Black with #8E1877

Text Example


Text Example

White with #8E1877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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