Html Css Color HEX #9B0177 Eggplant

📋 copy color: '#9B0177'

red 155 ◦ green 1 ◦ blue 119

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

Shades of Eggplant #9B0177

Tints of Eggplant #9B0177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 56.36%
G = 0.36%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B0177 (or 0x9B0177) is known color: Eggplant. HEX triplet: 9B, 01 and 77. RGB value is (155,1,119). Sum of RGB (Red+Green+Blue) = 155+1+119=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0177 is #64FE88. Grayscale: #3C3C3C. Windows color (decimal): -6618761 or 7799195. OLE color: 7799195.

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

Color convert

RGB 155 1 119 -
CMYK 0 0.99 0.23 0.39
HSL 314.03º 0.99% 0.31% -
HSV(B) 314.03º 0.99% 0.61% -
XYZ 16.86 8.32 18.17 -
YUV 60.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 155 1 119 0 0.99 0.23 0.39 314.03 0.99 0.31
Hex 9B 1 77 0 63 17 27 13A 63 1F
Octal 233 1 167 0 143 27 47 472 143 37
Binary 10011011 1 1110111 0 1100011 10111 100111 100111010 1100011 11111

Color Harmonies of #9B0177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0177

Black with #9B0177

Text Example


Text Example

White with #9B0177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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