#9B1571

Color #9B1571 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #9B1571

Tints of Eggplant #9B1571

Color information

#9B1571 (or 0x9B1571) is unknown color: approx Eggplant. HEX triplet: 9B, 15 and 71. RGB value is (155,21,113). Sum of RGB (Red+Green+Blue) = 155+21+113=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1571 is #64EA8E. Grayscale: #474747. Windows color (decimal): -6613647 or 7411099. OLE color: 7411099.

HSL color Cylindrical-coordinate representation of color #9B1571: hue angle of 318.81º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1571 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB15521113-
CMYK00.860.270.39
HSL318.81º76.14%34.51%-
HSV(B)318.81º86.45%60.78%-
XYZ16.778.716.42-
YUV71.55151.39187.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.63%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=53.63%
G=7.27%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552111300.860.270.39318.8176.1434.51
Hex9B15710561B2713f4c23
Octal233251610126334747711443
Binary1001101110101111000101010110110111001111001111111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,21,113); }

 H1.HeaderClassName
 {
   color: #9B1571;
 }
 .AnyTagClassName
 {
   color: #9B1571;
 }
</style>
background-color css

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

 a { background-color: rgb(155,21,113); }

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

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

 span { border-color: rgb(155,21,113); }

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