Html Css Color HEX #9F0977 Eggplant

📋 copy color: '#9F0977'

red 159 ◦ green 9 ◦ blue 119

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

Shades of Eggplant #9F0977

Tints of Eggplant #9F0977

RGB

 RED value IS 159 (62.5% from 255) = 55.4%

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

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 55.4%
G = 3.14%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F0977 (or 0x9F0977) is known color: Eggplant. HEX triplet: 9F, 09 and 77. RGB value is (159,9,119). Sum of RGB (Red+Green+Blue) = 159+9+119=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0977 is #60F688. Grayscale: #424242. Windows color (decimal): -6354569 or 7801247. OLE color: 7801247.

HSL color Cylindrical-coordinate representation of color #9F0977: hue angle of 316º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0977 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 9 119 -
CMYK 0 0.94 0.25 0.38
HSL 316º 0.89% 0.33% -
HSV(B) 316º 0.94% 0.62% -
XYZ 17.73 8.9 18.24 -
YUV 66.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 159 9 119 0 0.94 0.25 0.38 316 0.89 0.33
Hex 9F 9 77 0 5E 19 26 13C 59 21
Octal 237 11 167 0 136 31 46 474 131 41
Binary 10011111 1001 1110111 0 1011110 11001 100110 100111100 1011001 100001

Color Harmonies of #9F0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0977

Black with #9F0977

Text Example


Text Example

White with #9F0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F0977; }

 p { color: rgb(159,9,119); }

 H1.HeaderClassName
 {
   color: #9F0977;
 }
 .AnyTagClassName
 {
   color: #9F0977;
 }
</style>

background-color css

<style>
 a { background-color: #9F0977; }

 a { background-color: rgb(159,9,119); }

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

border-color css

<style>
 span { border-color: #9F0977; }

 span { border-color: rgb(159,9,119); }

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