Html Css Color HEX #9B0A78 Eggplant

📋 copy color: '#9B0A78'

red 155 ◦ green 10 ◦ blue 120

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

Shades of Eggplant #9B0A78

Tints of Eggplant #9B0A78

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.51%

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

R = 54.39%
G = 3.51%
B = 42.11%

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

#9B0A78 (or 0x9B0A78) is known color: Eggplant. HEX triplet: 9B, 0A and 78. RGB value is (155,10,120). Sum of RGB (Red+Green+Blue) = 155+10+120=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0A78 is #64F587. Grayscale: #414141. Windows color (decimal): -6616456 or 7867035. OLE color: 7867035.

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

Color convert

RGB 155 10 120 -
CMYK 0 0.94 0.23 0.39
HSL 314.48º 0.88% 0.32% -
HSV(B) 314.48º 0.94% 0.61% -
XYZ 17.02 8.54 18.52 -
YUV 65.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 155 10 120 0 0.94 0.23 0.39 314.48 0.88 0.32
Hex 9B A 78 0 5E 17 27 13A 58 20
Octal 233 12 170 0 136 27 47 472 130 40
Binary 10011011 1010 1111000 0 1011110 10111 100111 100111010 1011000 100000

Color Harmonies of #9B0A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0A78

Black with #9B0A78

Text Example


Text Example

White with #9B0A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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