Html Css Color HEX #9B0976 Eggplant

📋 copy color: '#9B0976'

red 155 ◦ green 9 ◦ blue 118

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

Shades of Eggplant #9B0976

Tints of Eggplant #9B0976

RGB

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

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

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

R = 54.96%
G = 3.19%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B0976 (or 0x9B0976) is known color: Eggplant. HEX triplet: 9B, 09 and 76. RGB value is (155,9,118). Sum of RGB (Red+Green+Blue) = 155+9+118=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0976 is #64F689. Grayscale: #404040. Windows color (decimal): -6616714 or 7735707. OLE color: 7735707.

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

Color convert

RGB 155 9 118 -
CMYK 0 0.94 0.24 0.39
HSL 315.21º 0.89% 0.32% -
HSV(B) 315.21º 0.94% 0.61% -
XYZ 16.89 8.47 17.88 -
YUV 65.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 155 9 118 0 0.94 0.24 0.39 315.21 0.89 0.32
Hex 9B 9 76 0 5E 18 27 13B 59 20
Octal 233 11 166 0 136 30 47 473 131 40
Binary 10011011 1001 1110110 0 1011110 11000 100111 100111011 1011001 100000

Color Harmonies of #9B0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0976

Black with #9B0976

Text Example


Text Example

White with #9B0976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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