#95005A

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

Shades of Eggplant #95005A

Tints of Eggplant #95005A

Color information

#95005A (or 0x95005A) is unknown color: approx Eggplant. HEX triplet: 95, 00 and 5A. RGB value is (149,0,90). Sum of RGB (Red+Green+Blue) = 149+0+90=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #95005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95005A is #6AFFA5. Grayscale: #363636. Windows color (decimal): -7012262 or 5898389. OLE color: 5898389.

HSL color Cylindrical-coordinate representation of color #95005A: hue angle of 323.76º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95005A is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB149090-
CMYK010.400.42
HSL323.76º100%29.22%-
HSV(B)323.76º100%58.43%-
XYZ14.247.1310.3-
YUV54.81147.86195.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=62.34%
G=0%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149090010.400.42323.7610029.22
Hex9505A064282A144641d
Octal22501320144505250414435
Binary100101010101101001100100101000101010101000100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,0,90); }

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

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

 a { background-color: rgb(149,0,90); }

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

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

 span { border-color: rgb(149,0,90); }

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