#95046C

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

Shades of Eggplant #95046C

Tints of Eggplant #95046C

Color information

#95046C (or 0x95046C) is unknown color: approx Eggplant. HEX triplet: 95, 04 and 6C. RGB value is (149,4,108). Sum of RGB (Red+Green+Blue) = 149+4+108=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95046C is #6AFB93. Grayscale: #3A3A3A. Windows color (decimal): -7011220 or 7079061. OLE color: 7079061.

HSL color Cylindrical-coordinate representation of color #95046C: hue angle of 316.97º degrees, saturation: 0.95, 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 #95046C is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB1494108-
CMYK00.970.280.42
HSL316.97º94.77%30%-
HSV(B)316.97º97.32%58.43%-
XYZ15.147.5614.85-
YUV59.21155.54192.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=57.09%
G=1.53%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149410800.970.280.42316.9794.7730
Hex9546C0611C2A13d5f1e
Octal22541540141345247513736
Binary1001010110011011000110000111100101010100111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95046C; }

 p { color: rgb(149,4,108); }

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

<style>
 a { background-color: #95046C; }

 a { background-color: rgb(149,4,108); }

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

<style>
 span { border-color: #95046C; }

 span { border-color: rgb(149,4,108); }

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