Html Css Color HEX #8F0874 Eggplant

📋 copy color: '#8F0874'

red 143 ◦ green 8 ◦ blue 116

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

Shades of Eggplant #8F0874

Tints of Eggplant #8F0874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.45%

R = 53.56%
G = 3%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8F0874 (or 0x8F0874) is known color: Eggplant. HEX triplet: 8F, 08 and 74. RGB value is (143,8,116). Sum of RGB (Red+Green+Blue) = 143+8+116=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0874 is #70F78B. Grayscale: #3C3C3C. Windows color (decimal): -7403404 or 7604367. OLE color: 7604367.

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

Color convert

RGB 143 8 116 -
CMYK 0 0.94 0.19 0.44
HSL 312º 0.89% 0.3% -
HSV(B) 312º 0.94% 0.56% -
XYZ 14.57 7.27 17.16 -
YUV 60.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 143 8 116 0 0.94 0.19 0.44 312 0.89 0.3
Hex 8F 8 74 0 5E 13 2C 138 59 1E
Octal 217 10 164 0 136 23 54 470 131 36
Binary 10001111 1000 1110100 0 1011110 10011 101100 100111000 1011001 11110

Color Harmonies of #8F0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0874

Black with #8F0874

Text Example


Text Example

White with #8F0874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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