#95025D

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

Shades of Eggplant #95025D

Tints of Eggplant #95025D

Color information

#95025D (or 0x95025D) is unknown color: approx Eggplant. HEX triplet: 95, 02 and 5D. RGB value is (149,2,93). Sum of RGB (Red+Green+Blue) = 149+2+93=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95025D is #6AFDA2. Grayscale: #383838. Windows color (decimal): -7011747 or 6095509. OLE color: 6095509.

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

Color convert

RGB149293-
CMYK00.990.380.42
HSL322.86º97.35%29.61%-
HSV(B)322.86º98.66%58.43%-
XYZ14.397.2210.99-
YUV56.33148.7194.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.07%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=61.07%
G=0.82%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14929300.990.380.42322.8697.3529.61
Hex9525D063262A143611e
Octal22521350143465250314136
Binary1001010110101110101100011100110101010101000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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