#960B6B

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

Shades of Eggplant #960B6B

Tints of Eggplant #960B6B

Color information

#960B6B (or 0x960B6B) is unknown color: approx Eggplant. HEX triplet: 96, 0B and 6B. RGB value is (150,11,107). Sum of RGB (Red+Green+Blue) = 150+11+107=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #960B6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B6B is #69F494. Grayscale: #3F3F3F. Windows color (decimal): -6943893 or 7015318. OLE color: 7015318.

HSL color Cylindrical-coordinate representation of color #960B6B: hue angle of 318.56º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B6B is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15011107-
CMYK00.930.290.41
HSL318.56º86.34%31.57%-
HSV(B)318.56º92.67%58.82%-
XYZ15.357.7814.6-
YUV63.5152.55189.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 11 (4.69% from 255) = 4.10%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=55.97%
G=4.10%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501110700.930.290.41318.5686.3431.57
Hex96B6B05D1D2913f5620
Octal226131530135355147712640
Binary100101101011110101101011101111011010011001111111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960B6B; }

 p { color: rgb(150,11,107); }

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

<style>
 a { background-color: #960B6B; }

 a { background-color: rgb(150,11,107); }

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

<style>
 span { border-color: #960B6B; }

 span { border-color: rgb(150,11,107); }

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