Html Css Color HEX #8F0872 Eggplant

📋 copy color: '#8F0872'

red 143 ◦ green 8 ◦ blue 114

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

Shades of Eggplant #8F0872

Tints of Eggplant #8F0872

RGB

 RED value IS 143 (56.25% from 255) = 53.96%

 GREEN value IS 8 (3.52% from 255) = 3.02%

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 53.96%
G = 3.02%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8F0872 (or 0x8F0872) is known color: Eggplant. HEX triplet: 8F, 08 and 72. RGB value is (143,8,114). Sum of RGB (Red+Green+Blue) = 143+8+114=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0872 is #70F78D. Grayscale: #3C3C3C. Windows color (decimal): -7403406 or 7473295. OLE color: 7473295.

HSL color Cylindrical-coordinate representation of color #8F0872: hue angle of 312.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0872 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 114 -
CMYK 0 0.94 0.20 0.44
HSL 312.89º 0.89% 0.3% -
HSV(B) 312.89º 0.94% 0.56% -
XYZ 14.45 7.23 16.55 -
YUV 60.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 143 8 114 0 0.94 0.20 0.44 312.89 0.89 0.3
Hex 8F 8 72 0 5E 14 2C 139 59 1E
Octal 217 10 162 0 136 24 54 471 131 36
Binary 10001111 1000 1110010 0 1011110 10100 101100 100111001 1011001 11110

Color Harmonies of #8F0872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0872

Black with #8F0872

Text Example


Text Example

White with #8F0872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,114); }

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

background-color css

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

 a { background-color: rgb(143,8,114); }

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

border-color css

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

 span { border-color: rgb(143,8,114); }

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