Html Css Color HEX #8E1579 Dark Purple

📋 copy color: '#8E1579'

red 142 ◦ green 21 ◦ blue 121

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

Shades of Dark Purple #8E1579

Tints of Dark Purple #8E1579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.61%

R = 50%
G = 7.39%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E1579 (or 0x8E1579) is known color: Dark Purple. HEX triplet: 8E, 15 and 79. RGB value is (142,21,121). Sum of RGB (Red+Green+Blue) = 142+21+121=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1579 is #71EA86. Grayscale: #444444. Windows color (decimal): -7465607 or 7935374. OLE color: 7935374.

HSL color Cylindrical-coordinate representation of color #8E1579: hue angle of 310.41º 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 #8E1579 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 21 121 -
CMYK 0 0.85 0.15 0.44
HSL 310.41º 0.74% 0.32% -
HSV(B) 310.41º 0.85% 0.56% -
XYZ 14.87 7.67 18.79 -
YUV 68.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 142 21 121 0 0.85 0.15 0.44 310.41 0.74 0.32
Hex 8E 15 79 0 55 F 2C 136 4A 20
Octal 216 25 171 0 125 17 54 466 112 40
Binary 10001110 10101 1111001 0 1010101 1111 101100 100110110 1001010 100000

Color Harmonies of #8E1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1579

Black with #8E1579

Text Example


Text Example

White with #8E1579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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