Html Css Color HEX #9B0079 Eggplant

📋 copy color: '#9B0079'

red 155 ◦ green 0 ◦ blue 121

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

Shades of Eggplant #9B0079

Tints of Eggplant #9B0079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.16%
G = 0%
B = 43.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B0079 (or 0x9B0079) is known color: Eggplant. HEX triplet: 9B, 00 and 79. RGB value is (155,0,121). Sum of RGB (Red+Green+Blue) = 155+0+121=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0079 is #64FF86. Grayscale: #3B3B3B. Windows color (decimal): -6619015 or 7930011. OLE color: 7930011.

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

Color convert

RGB 155 0 121 -
CMYK 0 1 0.22 0.39
HSL 313.16º 1% 0.3% -
HSV(B) 313.16º 1% 0.61% -
XYZ 16.97 8.35 18.81 -
YUV 60.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 155 0 121 0 1 0.22 0.39 313.16 1 0.3
Hex 9B 0 79 0 64 16 27 139 64 1E
Octal 233 0 171 0 144 26 47 471 144 36
Binary 10011011 0 1111001 0 1100100 10110 100111 100111001 1100100 11110

Color Harmonies of #9B0079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0079

Black with #9B0079

Text Example


Text Example

White with #9B0079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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