#96025D

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

Shades of Eggplant #96025D

Tints of Eggplant #96025D

Color information

#96025D (or 0x96025D) is unknown color: approx Eggplant. HEX triplet: 96, 02 and 5D. RGB value is (150,2,93). Sum of RGB (Red+Green+Blue) = 150+2+93=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96025D is #69FDA2. Grayscale: #383838. Windows color (decimal): -6946211 or 6095510. OLE color: 6095510.

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

Color convert

RGB150293-
CMYK00.990.380.41
HSL323.11º97.37%29.8%-
HSV(B)323.11º98.67%58.82%-
XYZ14.587.3211-
YUV56.63148.53194.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=61.22%
G=0.82%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15029300.990.380.41323.1197.3729.8
Hex9625D0632629143611e
Octal22621350143465150314136
Binary1001011010101110101100011100110101001101000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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