#96015A

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

Shades of Eggplant #96015A

Tints of Eggplant #96015A

Color information

#96015A (or 0x96015A) is unknown color: approx Eggplant. HEX triplet: 96, 01 and 5A. RGB value is (150,1,90). Sum of RGB (Red+Green+Blue) = 150+1+90=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #96015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96015A is #69FEA5. Grayscale: #373737. Windows color (decimal): -6946470 or 5898646. OLE color: 5898646.

HSL color Cylindrical-coordinate representation of color #96015A: hue angle of 324.16º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96015A is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB150190-
CMYK00.990.40.41
HSL324.16º98.68%29.61%-
HSV(B)324.16º99.33%58.82%-
XYZ14.437.2410.31-
YUV55.7147.36195.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.24%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=62.24%
G=0.41%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15019000.990.40.41324.1698.6829.61
Hex9615A0632829144631e
Octal22611320143505150414336
Binary100101101101101001100011101000101001101000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96015A; }

 p { color: rgb(150,1,90); }

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

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

 a { background-color: rgb(150,1,90); }

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

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

 span { border-color: rgb(150,1,90); }

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