Html Css Color HEX #9B0777 Eggplant

📋 copy color: '#9B0777'

red 155 ◦ green 7 ◦ blue 119

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

Shades of Eggplant #9B0777

Tints of Eggplant #9B0777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 55.16%
G = 2.49%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B0777 (or 0x9B0777) is known color: Eggplant. HEX triplet: 9B, 07 and 77. RGB value is (155,7,119). Sum of RGB (Red+Green+Blue) = 155+7+119=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0777 is #64F888. Grayscale: #3F3F3F. Windows color (decimal): -6617225 or 7800731. OLE color: 7800731.

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

Color convert

RGB 155 7 119 -
CMYK 0 0.95 0.23 0.39
HSL 314.59º 0.91% 0.32% -
HSV(B) 314.59º 0.95% 0.61% -
XYZ 16.92 8.45 18.19 -
YUV 64.02 159.03 192.89 -
System Red Green Blue C M Y K H S L
Decimal 155 7 119 0 0.95 0.23 0.39 314.59 0.91 0.32
Hex 9B 7 77 0 5F 17 27 13B 5B 20
Octal 233 7 167 0 137 27 47 473 133 40
Binary 10011011 111 1110111 0 1011111 10111 100111 100111011 1011011 100000

Color Harmonies of #9B0777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0777

Black with #9B0777

Text Example


Text Example

White with #9B0777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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