#95055A

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

Shades of Eggplant #95055A

Tints of Eggplant #95055A

Color information

#95055A (or 0x95055A) is unknown color: approx Eggplant. HEX triplet: 95, 05 and 5A. RGB value is (149,5,90). Sum of RGB (Red+Green+Blue) = 149+5+90=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95055A is #6AFAA5. Grayscale: #393939. Windows color (decimal): -7010982 or 5899669. OLE color: 5899669.

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

Color convert

RGB149590-
CMYK00.970.400.42
HSL324.58º93.51%30.2%-
HSV(B)324.58º96.64%58.43%-
XYZ14.297.2410.32-
YUV57.75146.21193.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.07%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=61.07%
G=2.05%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14959000.970.400.42324.5893.5130.2
Hex9555A061282A1455e1e
Octal22551320141505250513636
Binary10010101101101101001100001101000101010101000101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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