Html Css Color HEX #8F0476 Eggplant

📋 copy color: '#8F0476'

red 143 ◦ green 4 ◦ blue 118

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

Shades of Eggplant #8F0476

Tints of Eggplant #8F0476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 53.96%
G = 1.51%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8F0476 (or 0x8F0476) is known color: Eggplant. HEX triplet: 8F, 04 and 76. RGB value is (143,4,118). Sum of RGB (Red+Green+Blue) = 143+4+118=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0476 is #70FB89. Grayscale: #3A3A3A. Windows color (decimal): -7404426 or 7734415. OLE color: 7734415.

HSL color Cylindrical-coordinate representation of color #8F0476: hue angle of 310.79º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0476 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 4 118 -
CMYK 0 0.97 0.17 0.44
HSL 310.79º 0.95% 0.29% -
HSV(B) 310.79º 0.97% 0.56% -
XYZ 14.64 7.23 17.76 -
YUV 58.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 143 4 118 0 0.97 0.17 0.44 310.79 0.95 0.29
Hex 8F 4 76 0 61 11 2C 137 5F 1D
Octal 217 4 166 0 141 21 54 467 137 35
Binary 10001111 100 1110110 0 1100001 10001 101100 100110111 1011111 11101

Color Harmonies of #8F0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0476

Black with #8F0476

Text Example


Text Example

White with #8F0476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,4,118); }

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

background-color css

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

 a { background-color: rgb(143,4,118); }

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

border-color css

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

 span { border-color: rgb(143,4,118); }

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