#960869

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

Shades of Eggplant #960869

Tints of Eggplant #960869

Color information

#960869 (or 0x960869) is unknown color: approx Eggplant. HEX triplet: 96, 08 and 69. RGB value is (150,8,105). Sum of RGB (Red+Green+Blue) = 150+8+105=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #960869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960869 is #69F796. Grayscale: #3D3D3D. Windows color (decimal): -6944663 or 6883478. OLE color: 6883478.

HSL color Cylindrical-coordinate representation of color #960869: hue angle of 319.01º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960869 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB1508105-
CMYK00.950.300.41
HSL319.01º89.87%30.98%-
HSV(B)319.01º94.67%58.82%-
XYZ15.217.6814.04-
YUV61.52152.54191.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 8 (3.52% from 255) = 3.04%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=57.03%
G=3.04%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150810500.950.300.41319.0189.8730.98
Hex9686905F1E2913f5a1f
Octal226101510137365147713237
Binary10010110100011010010101111111110101001100111111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960869; }

 p { color: rgb(150,8,105); }

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

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

 a { background-color: rgb(150,8,105); }

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

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

 span { border-color: rgb(150,8,105); }

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