Html Css Color HEX #9B0778 Eggplant

📋 copy color: '#9B0778'

red 155 ◦ green 7 ◦ blue 120

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

Shades of Eggplant #9B0778

Tints of Eggplant #9B0778

RGB

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

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

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

R = 54.96%
G = 2.48%
B = 42.55%

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

#9B0778 (or 0x9B0778) is known color: Eggplant. HEX triplet: 9B, 07 and 78. RGB value is (155,7,120). Sum of RGB (Red+Green+Blue) = 155+7+120=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0778 is #64F887. Grayscale: #3F3F3F. Windows color (decimal): -6617224 or 7866267. OLE color: 7866267.

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

Color convert

RGB 155 7 120 -
CMYK 0 0.95 0.23 0.39
HSL 314.19º 0.91% 0.32% -
HSV(B) 314.19º 0.95% 0.61% -
XYZ 16.98 8.48 18.51 -
YUV 64.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 155 7 120 0 0.95 0.23 0.39 314.19 0.91 0.32
Hex 9B 7 78 0 5F 17 27 13A 5B 20
Octal 233 7 170 0 137 27 47 472 133 40
Binary 10011011 111 1111000 0 1011111 10111 100111 100111010 1011011 100000

Color Harmonies of #9B0778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0778

Black with #9B0778

Text Example


Text Example

White with #9B0778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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