Html Css Color HEX #8E0F77 Dark Purple

📋 copy color: '#8E0F77'

red 142 ◦ green 15 ◦ blue 119

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

Shades of Dark Purple #8E0F77

Tints of Dark Purple #8E0F77

RGB

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

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

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

R = 51.45%
G = 5.43%
B = 43.12%

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

#8E0F77 (or 0x8E0F77) is known color: Dark Purple. HEX triplet: 8E, 0F and 77. RGB value is (142,15,119). Sum of RGB (Red+Green+Blue) = 142+15+119=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F77 is #71F088. Grayscale: #404040. Windows color (decimal): -7467145 or 7802766. OLE color: 7802766.

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

Color convert

RGB 142 15 119 -
CMYK 0 0.89 0.16 0.44
HSL 310.87º 0.81% 0.31% -
HSV(B) 310.87º 0.89% 0.56% -
XYZ 14.66 7.42 18.11 -
YUV 64.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 142 15 119 0 0.89 0.16 0.44 310.87 0.81 0.31
Hex 8E F 77 0 59 10 2C 137 51 1F
Octal 216 17 167 0 131 20 54 467 121 37
Binary 10001110 1111 1110111 0 1011001 10000 101100 100110111 1010001 11111

Color Harmonies of #8E0F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0F77

Black with #8E0F77

Text Example


Text Example

White with #8E0F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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