Html Css Color HEX #9B0977 Eggplant

📋 copy color: '#9B0977'

red 155 ◦ green 9 ◦ blue 119

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

Shades of Eggplant #9B0977

Tints of Eggplant #9B0977

RGB

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

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

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

R = 54.77%
G = 3.18%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B0977 (or 0x9B0977) is known color: Eggplant. HEX triplet: 9B, 09 and 77. RGB value is (155,9,119). Sum of RGB (Red+Green+Blue) = 155+9+119=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0977 is #64F688. Grayscale: #404040. Windows color (decimal): -6616713 or 7801243. OLE color: 7801243.

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

Color convert

RGB 155 9 119 -
CMYK 0 0.94 0.23 0.39
HSL 314.79º 0.89% 0.32% -
HSV(B) 314.79º 0.94% 0.61% -
XYZ 16.95 8.5 18.2 -
YUV 65.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 155 9 119 0 0.94 0.23 0.39 314.79 0.89 0.32
Hex 9B 9 77 0 5E 17 27 13B 59 20
Octal 233 11 167 0 136 27 47 473 131 40
Binary 10011011 1001 1110111 0 1011110 10111 100111 100111011 1011001 100000

Color Harmonies of #9B0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0977

Black with #9B0977

Text Example


Text Example

White with #9B0977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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