#96025A

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

Shades of Eggplant #96025A

Tints of Eggplant #96025A

Color information

#96025A (or 0x96025A) is unknown color: approx Eggplant. HEX triplet: 96, 02 and 5A. RGB value is (150,2,90). Sum of RGB (Red+Green+Blue) = 150+2+90=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #96025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96025A is #69FDA5. Grayscale: #383838. Windows color (decimal): -6946214 or 5898902. OLE color: 5898902.

HSL color Cylindrical-coordinate representation of color #96025A: hue angle of 324.32º degrees, saturation: 0.97, 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 #96025A is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB150290-
CMYK00.990.40.41
HSL324.32º97.37%29.8%-
HSV(B)324.32º98.67%58.82%-
XYZ14.447.2710.31-
YUV56.28147.03194.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=61.98%
G=0.83%
B=37.19%

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
Decimal15029000.990.40.41324.3297.3729.8
Hex9625A0632829144611e
Octal22621320143505150414136
Binary1001011010101101001100011101000101001101000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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