Html Css Color HEX #9B0076 Eggplant

📋 copy color: '#9B0076'

red 155 ◦ green 0 ◦ blue 118

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

Shades of Eggplant #9B0076

Tints of Eggplant #9B0076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 56.78%
G = 0%
B = 43.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B0076 (or 0x9B0076) is known color: Eggplant. HEX triplet: 9B, 00 and 76. RGB value is (155,0,118). Sum of RGB (Red+Green+Blue) = 155+0+118=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0076 is #64FF89. Grayscale: #3B3B3B. Windows color (decimal): -6619018 or 7733403. OLE color: 7733403.

HSL color Cylindrical-coordinate representation of color #9B0076: hue angle of 314.32º 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 #9B0076 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 118 -
CMYK 0 1 0.24 0.39
HSL 314.32º 1% 0.3% -
HSV(B) 314.32º 1% 0.61% -
XYZ 16.79 8.28 17.85 -
YUV 59.8 160.85 195.91 -
System Red Green Blue C M Y K H S L
Decimal 155 0 118 0 1 0.24 0.39 314.32 1 0.3
Hex 9B 0 76 0 64 18 27 13A 64 1E
Octal 233 0 166 0 144 30 47 472 144 36
Binary 10011011 0 1110110 0 1100100 11000 100111 100111010 1100100 11110

Color Harmonies of #9B0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0076

Black with #9B0076

Text Example


Text Example

White with #9B0076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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