#960D62

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

Shades of Eggplant #960D62

Tints of Eggplant #960D62

Color information

#960D62 (or 0x960D62) is unknown color: approx Eggplant. HEX triplet: 96, 0D and 62. RGB value is (150,13,98). Sum of RGB (Red+Green+Blue) = 150+13+98=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #960D62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960D62 is #69F29D. Grayscale: #3F3F3F. Windows color (decimal): -6943390 or 6426006. OLE color: 6426006.

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

Color convert

RGB1501398-
CMYK00.910.350.41
HSL322.77º84.05%31.96%-
HSV(B)322.77º91.33%58.82%-
XYZ14.937.6512.25-
YUV63.65147.39189.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=57.47%
G=4.98%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150139800.910.350.41322.7784.0531.96
Hex96D6205B23291435420
Octal226151420133435150312440
Binary1001011011011100010010110111000111010011010000111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,13,98); }

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

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

 a { background-color: rgb(150,13,98); }

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

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

 span { border-color: rgb(150,13,98); }

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