Html Css Color HEX #8F0875 Eggplant

📋 copy color: '#8F0875'

red 143 ◦ green 8 ◦ blue 117

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

Shades of Eggplant #8F0875

Tints of Eggplant #8F0875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 53.36%
G = 2.99%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8F0875 (or 0x8F0875) is known color: Eggplant. HEX triplet: 8F, 08 and 75. RGB value is (143,8,117). Sum of RGB (Red+Green+Blue) = 143+8+117=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0875 is #70F78A. Grayscale: #3C3C3C. Windows color (decimal): -7403403 or 7669903. OLE color: 7669903.

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

Color convert

RGB 143 8 117 -
CMYK 0 0.94 0.18 0.44
HSL 311.56º 0.89% 0.3% -
HSV(B) 311.56º 0.94% 0.56% -
XYZ 14.63 7.3 17.47 -
YUV 60.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 143 8 117 0 0.94 0.18 0.44 311.56 0.89 0.3
Hex 8F 8 75 0 5E 12 2C 138 59 1E
Octal 217 10 165 0 136 22 54 470 131 36
Binary 10001111 1000 1110101 0 1011110 10010 101100 100111000 1011001 11110

Color Harmonies of #8F0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0875

Black with #8F0875

Text Example


Text Example

White with #8F0875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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