Html Css Color HEX #8F0974 Eggplant

📋 copy color: '#8F0974'

red 143 ◦ green 9 ◦ blue 116

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

Shades of Eggplant #8F0974

Tints of Eggplant #8F0974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 53.36%
G = 3.36%
B = 43.28%

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

#8F0974 (or 0x8F0974) is known color: Eggplant. HEX triplet: 8F, 09 and 74. RGB value is (143,9,116). Sum of RGB (Red+Green+Blue) = 143+9+116=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0974 is #70F68B. Grayscale: #3C3C3C. Windows color (decimal): -7403148 or 7604623. OLE color: 7604623.

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

Color convert

RGB 143 9 116 -
CMYK 0 0.94 0.19 0.44
HSL 312.09º 0.88% 0.3% -
HSV(B) 312.09º 0.94% 0.56% -
XYZ 14.58 7.3 17.16 -
YUV 61.26 158.89 186.3 -
System Red Green Blue C M Y K H S L
Decimal 143 9 116 0 0.94 0.19 0.44 312.09 0.88 0.3
Hex 8F 9 74 0 5E 13 2C 138 58 1E
Octal 217 11 164 0 136 23 54 470 130 36
Binary 10001111 1001 1110100 0 1011110 10011 101100 100111000 1011000 11110

Color Harmonies of #8F0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0974

Black with #8F0974

Text Example


Text Example

White with #8F0974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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