Html Css Color HEX #8E0F79 Dark Purple

📋 copy color: '#8E0F79'

red 142 ◦ green 15 ◦ blue 121

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

Shades of Dark Purple #8E0F79

Tints of Dark Purple #8E0F79

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.4%

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

R = 51.08%
G = 5.4%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E0F79 (or 0x8E0F79) is known color: Dark Purple. HEX triplet: 8E, 0F and 79. RGB value is (142,15,121). Sum of RGB (Red+Green+Blue) = 142+15+121=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F79 is #71F086. Grayscale: #404040. Windows color (decimal): -7467143 or 7933838. OLE color: 7933838.

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

Color convert

RGB 142 15 121 -
CMYK 0 0.89 0.15 0.44
HSL 309.92º 0.81% 0.31% -
HSV(B) 309.92º 0.89% 0.56% -
XYZ 14.78 7.47 18.75 -
YUV 65.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 142 15 121 0 0.89 0.15 0.44 309.92 0.81 0.31
Hex 8E F 79 0 59 F 2C 136 51 1F
Octal 216 17 171 0 131 17 54 466 121 37
Binary 10001110 1111 1111001 0 1011001 1111 101100 100110110 1010001 11111

Color Harmonies of #8E0F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0F79

Black with #8E0F79

Text Example


Text Example

White with #8E0F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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