Html Css Color HEX #9B0579 Eggplant

📋 copy color: '#9B0579'

red 155 ◦ green 5 ◦ blue 121

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

Shades of Eggplant #9B0579

Tints of Eggplant #9B0579

RGB

 RED value IS 155 (60.94% from 255) = 55.16%

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 55.16%
G = 1.78%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B0579 (or 0x9B0579) is known color: Eggplant. HEX triplet: 9B, 05 and 79. RGB value is (155,5,121). Sum of RGB (Red+Green+Blue) = 155+5+121=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0579 is #64FA86. Grayscale: #3E3E3E. Windows color (decimal): -6617735 or 7931291. OLE color: 7931291.

HSL color Cylindrical-coordinate representation of color #9B0579: hue angle of 313.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0579 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 121 -
CMYK 0 0.97 0.22 0.39
HSL 313.6º 0.94% 0.31% -
HSV(B) 313.6º 0.97% 0.61% -
XYZ 17.02 8.46 18.82 -
YUV 63.07 160.7 193.57 -
System Red Green Blue C M Y K H S L
Decimal 155 5 121 0 0.97 0.22 0.39 313.6 0.94 0.31
Hex 9B 5 79 0 61 16 27 13A 5E 1F
Octal 233 5 171 0 141 26 47 472 136 37
Binary 10011011 101 1111001 0 1100001 10110 100111 100111010 1011110 11111

Color Harmonies of #9B0579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0579

Black with #9B0579

Text Example


Text Example

White with #9B0579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,121); }

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

background-color css

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

 a { background-color: rgb(155,5,121); }

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

border-color css

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

 span { border-color: rgb(155,5,121); }

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