Html Css Color HEX #9B0578 Eggplant

📋 copy color: '#9B0578'

red 155 ◦ green 5 ◦ blue 120

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

Shades of Eggplant #9B0578

Tints of Eggplant #9B0578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 55.36%
G = 1.79%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B0578 (or 0x9B0578) is known color: Eggplant. HEX triplet: 9B, 05 and 78. RGB value is (155,5,120). Sum of RGB (Red+Green+Blue) = 155+5+120=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0578 is #64FA87. Grayscale: #3E3E3E. Windows color (decimal): -6617736 or 7865755. OLE color: 7865755.

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

Color convert

RGB 155 5 120 -
CMYK 0 0.97 0.23 0.39
HSL 314º 0.94% 0.31% -
HSV(B) 314º 0.97% 0.61% -
XYZ 16.96 8.43 18.5 -
YUV 62.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 155 5 120 0 0.97 0.23 0.39 314 0.94 0.31
Hex 9B 5 78 0 61 17 27 13A 5E 1F
Octal 233 5 170 0 141 27 47 472 136 37
Binary 10011011 101 1111000 0 1100001 10111 100111 100111010 1011110 11111

Color Harmonies of #9B0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0578

Black with #9B0578

Text Example


Text Example

White with #9B0578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,120); }

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

background-color css

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

 a { background-color: rgb(155,5,120); }

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

border-color css

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

 span { border-color: rgb(155,5,120); }

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