#95025E

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

Shades of Eggplant #95025E

Tints of Eggplant #95025E

Color information

#95025E (or 0x95025E) is unknown color: approx Eggplant. HEX triplet: 95, 02 and 5E. RGB value is (149,2,94). Sum of RGB (Red+Green+Blue) = 149+2+94=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95025E is #6AFDA1. Grayscale: #383838. Windows color (decimal): -7011746 or 6161045. OLE color: 6161045.

HSL color Cylindrical-coordinate representation of color #95025E: hue angle of 322.45º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95025E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB149294-
CMYK00.990.370.42
HSL322.45º97.35%29.61%-
HSV(B)322.45º98.66%58.43%-
XYZ14.447.2411.23-
YUV56.44149.2194.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.82%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=60.82%
G=0.82%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14929400.990.370.42322.4597.3529.61
Hex9525E063252A142611e
Octal22521360143455250214136
Binary1001010110101111001100011100101101010101000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95025E; }

 p { color: rgb(149,2,94); }

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

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

 a { background-color: rgb(149,2,94); }

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

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

 span { border-color: rgb(149,2,94); }

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