Html Css Color HEX #9F0980 Eggplant

📋 copy color: '#9F0980'

red 159 ◦ green 9 ◦ blue 128

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

Shades of Eggplant #9F0980

Tints of Eggplant #9F0980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.24%

R = 53.72%
G = 3.04%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F0980 (or 0x9F0980) is known color: Eggplant. HEX triplet: 9F, 09 and 80. RGB value is (159,9,128). Sum of RGB (Red+Green+Blue) = 159+9+128=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0980 is #60F67F. Grayscale: #434343. Windows color (decimal): -6354560 or 8391071. OLE color: 8391071.

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

Color convert

RGB 159 9 128 -
CMYK 0 0.94 0.19 0.38
HSL 312.4º 0.89% 0.33% -
HSV(B) 312.4º 0.94% 0.62% -
XYZ 18.29 9.12 21.22 -
YUV 67.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 159 9 128 0 0.94 0.19 0.38 312.4 0.89 0.33
Hex 9F 9 80 0 5E 13 26 138 59 21
Octal 237 11 200 0 136 23 46 470 131 41
Binary 10011111 1001 10000000 0 1011110 10011 100110 100111000 1011001 100001

Color Harmonies of #9F0980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0980

Black with #9F0980

Text Example


Text Example

White with #9F0980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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