#950573

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

Shades of Eggplant #950573

Tints of Eggplant #950573

Color information

#950573 (or 0x950573) is unknown color: approx Eggplant. HEX triplet: 95, 05 and 73. RGB value is (149,5,115). Sum of RGB (Red+Green+Blue) = 149+5+115=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #950573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950573 is #6AFA8C. Grayscale: #3C3C3C. Windows color (decimal): -7010957 or 7538069. OLE color: 7538069.

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

Color convert

RGB1495115-
CMYK00.970.230.42
HSL314.17º93.51%30.2%-
HSV(B)314.17º96.64%58.43%-
XYZ15.547.7416.89-
YUV60.6158.71191.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 5 (2.34% from 255) = 1.86%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=55.39%
G=1.86%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149511500.970.230.42314.1793.5130.2
Hex95573061172A13a5e1e
Octal22551630141275247213636
Binary1001010110111100110110000110111101010100111010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950573; }

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

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

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

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

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

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

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

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