Html Css Color HEX #9B0560 Eggplant

📋 copy color: '#9B0560'

red 155 ◦ green 5 ◦ blue 96

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

Shades of Eggplant #9B0560

Tints of Eggplant #9B0560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.5%

R = 60.55%
G = 1.95%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B0560 (or 0x9B0560) is known color: Eggplant. HEX triplet: 9B, 05 and 60. RGB value is (155,5,96). Sum of RGB (Red+Green+Blue) = 155+5+96=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0560 is #64FA9F. Grayscale: #3C3C3C. Windows color (decimal): -6617760 or 6292891. OLE color: 6292891.

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

Color convert

RGB 155 5 96 -
CMYK 0 0.97 0.38 0.39
HSL 323.6º 0.94% 0.31% -
HSV(B) 323.6º 0.97% 0.61% -
XYZ 15.68 7.92 11.77 -
YUV 60.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 155 5 96 0 0.97 0.38 0.39 323.6 0.94 0.31
Hex 9B 5 60 0 61 26 27 144 5E 1F
Octal 233 5 140 0 141 46 47 504 136 37
Binary 10011011 101 1100000 0 1100001 100110 100111 101000100 1011110 11111

Color Harmonies of #9B0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0560

Black with #9B0560

Text Example


Text Example

White with #9B0560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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