#961270

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

Shades of Eggplant #961270

Tints of Eggplant #961270

Color information

#961270 (or 0x961270) is unknown color: approx Eggplant. HEX triplet: 96, 12 and 70. RGB value is (150,18,112). Sum of RGB (Red+Green+Blue) = 150+18+112=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #961270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961270 is #69ED8F. Grayscale: #434343. Windows color (decimal): -6942096 or 7344790. OLE color: 7344790.

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

Color convert

RGB15018112-
CMYK00.880.250.41
HSL317.27º78.57%32.94%-
HSV(B)317.27º88%58.82%-
XYZ15.728.0916.06-
YUV68.18152.73186.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 112 (44.14% from 255) = 40%
R=53.57%
G=6.43%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501811200.880.250.41317.2778.5732.94
Hex961270058192913d4f21
Octal226221600130315147511741
Binary1001011010010111000001011000110011010011001111011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961270; }

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

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

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

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

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

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

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

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