#961370

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

Shades of Eggplant #961370

Tints of Eggplant #961370

Color information

#961370 (or 0x961370) is unknown color: approx Eggplant. HEX triplet: 96, 13 and 70. RGB value is (150,19,112). Sum of RGB (Red+Green+Blue) = 150+19+112=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #961370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961370 is #69EC8F. Grayscale: #444444. Windows color (decimal): -6941840 or 7345046. OLE color: 7345046.

HSL color Cylindrical-coordinate representation of color #961370: hue angle of 317.4º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961370 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15019112-
CMYK00.870.250.41
HSL317.4º77.51%33.14%-
HSV(B)317.4º87.33%58.82%-
XYZ15.748.1216.07-
YUV68.77152.4185.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=53.38%
G=6.76%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501911200.870.250.41317.477.5133.14
Hex961370057192913d4e21
Octal226231600127315147511641
Binary1001011010011111000001010111110011010011001111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961370; }

 p { color: rgb(150,19,112); }

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

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

 a { background-color: rgb(150,19,112); }

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

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

 span { border-color: rgb(150,19,112); }

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