#95055F

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

Shades of Eggplant #95055F

Tints of Eggplant #95055F

Color information

#95055F (or 0x95055F) is unknown color: approx Eggplant. HEX triplet: 95, 05 and 5F. RGB value is (149,5,95). Sum of RGB (Red+Green+Blue) = 149+5+95=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95055F is #6AFAA0. Grayscale: #3A3A3A. Windows color (decimal): -7010977 or 6227349. OLE color: 6227349.

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

Color convert

RGB149595-
CMYK00.970.360.42
HSL322.5º93.51%30.2%-
HSV(B)322.5º96.64%58.43%-
XYZ14.517.3211.48-
YUV58.32148.71192.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=59.84%
G=2.01%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14959500.970.360.42322.593.5130.2
Hex9555F061242A1425e1e
Octal22551370141445250213636
Binary10010101101101111101100001100100101010101000010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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