Html Css Color HEX #9F0B77 Eggplant

📋 copy color: '#9F0B77'

red 159 ◦ green 11 ◦ blue 119

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

Shades of Eggplant #9F0B77

Tints of Eggplant #9F0B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.81%

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

R = 55.02%
G = 3.81%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F0B77 (or 0x9F0B77) is known color: Eggplant. HEX triplet: 9F, 0B and 77. RGB value is (159,11,119). Sum of RGB (Red+Green+Blue) = 159+11+119=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B77 is #60F488. Grayscale: #434343. Windows color (decimal): -6354057 or 7801759. OLE color: 7801759.

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

Color convert

RGB 159 11 119 -
CMYK 0 0.93 0.25 0.38
HSL 316.22º 0.87% 0.33% -
HSV(B) 316.22º 0.93% 0.62% -
XYZ 17.75 8.94 18.24 -
YUV 67.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 159 11 119 0 0.93 0.25 0.38 316.22 0.87 0.33
Hex 9F B 77 0 5D 19 26 13C 57 21
Octal 237 13 167 0 135 31 46 474 127 41
Binary 10011111 1011 1110111 0 1011101 11001 100110 100111100 1010111 100001

Color Harmonies of #9F0B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0B77

Black with #9F0B77

Text Example


Text Example

White with #9F0B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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