#96025B

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

Shades of Eggplant #96025B

Tints of Eggplant #96025B

Color information

#96025B (or 0x96025B) is unknown color: approx Eggplant. HEX triplet: 96, 02 and 5B. RGB value is (150,2,91). Sum of RGB (Red+Green+Blue) = 150+2+91=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #96025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96025B is #69FDA4. Grayscale: #383838. Windows color (decimal): -6946213 or 5964438. OLE color: 5964438.

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

Color convert

RGB150291-
CMYK00.990.390.41
HSL323.92º97.37%29.8%-
HSV(B)323.92º98.67%58.82%-
XYZ14.497.2810.54-
YUV56.4147.53194.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=61.73%
G=0.82%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15029100.990.390.41323.9297.3729.8
Hex9625B0632729144611e
Octal22621330143475150414136
Binary1001011010101101101100011100111101001101000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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