#95055E

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

Shades of Eggplant #95055E

Tints of Eggplant #95055E

Color information

#95055E (or 0x95055E) is unknown color: approx Eggplant. HEX triplet: 95, 05 and 5E. RGB value is (149,5,94). Sum of RGB (Red+Green+Blue) = 149+5+94=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95055E is #6AFAA1. Grayscale: #393939. Windows color (decimal): -7010978 or 6161813. OLE color: 6161813.

HSL color Cylindrical-coordinate representation of color #95055E: hue angle of 322.92º 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 #95055E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB149594-
CMYK00.970.370.42
HSL322.92º93.51%30.2%-
HSV(B)322.92º96.64%58.43%-
XYZ14.477.3111.24-
YUV58.2148.21192.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.08%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=60.08%
G=2.02%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14959400.970.370.42322.9293.5130.2
Hex9555E061252A1435e1e
Octal22551360141455250313636
Binary10010101101101111001100001100101101010101000011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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