Html Css Color HEX #8E1577 Dark Purple

📋 copy color: '#8E1577'

red 142 ◦ green 21 ◦ blue 119

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

Shades of Dark Purple #8E1577

Tints of Dark Purple #8E1577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

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

R = 50.35%
G = 7.45%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E1577 (or 0x8E1577) is known color: Dark Purple. HEX triplet: 8E, 15 and 77. RGB value is (142,21,119). Sum of RGB (Red+Green+Blue) = 142+21+119=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1577 is #71EA88. Grayscale: #444444. Windows color (decimal): -7465609 or 7804302. OLE color: 7804302.

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

Color convert

RGB 142 21 119 -
CMYK 0 0.85 0.16 0.44
HSL 311.41º 0.74% 0.32% -
HSV(B) 311.41º 0.85% 0.56% -
XYZ 14.75 7.62 18.15 -
YUV 68.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 142 21 119 0 0.85 0.16 0.44 311.41 0.74 0.32
Hex 8E 15 77 0 55 10 2C 137 4A 20
Octal 216 25 167 0 125 20 54 467 112 40
Binary 10001110 10101 1110111 0 1010101 10000 101100 100110111 1001010 100000

Color Harmonies of #8E1577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1577

Black with #8E1577

Text Example


Text Example

White with #8E1577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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