#950257

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

Shades of Eggplant #950257

Tints of Eggplant #950257

Color information

#950257 (or 0x950257) is unknown color: approx Eggplant. HEX triplet: 95, 02 and 57. RGB value is (149,2,87). Sum of RGB (Red+Green+Blue) = 149+2+87=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #950257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950257 is #6AFDA8. Grayscale: #373737. Windows color (decimal): -7011753 or 5702293. OLE color: 5702293.

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

Color convert

RGB149287-
CMYK00.990.420.42
HSL325.31º97.35%29.61%-
HSV(B)325.31º98.66%58.43%-
XYZ14.147.129.65-
YUV55.64145.7194.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.61%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=62.61%
G=0.84%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14928700.990.420.42325.3197.3529.61
Hex952570632A2A145611e
Octal22521270143525250514136
Binary1001010110101011101100011101010101010101000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950257; }

 p { color: rgb(149,2,87); }

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

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

 a { background-color: rgb(149,2,87); }

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

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

 span { border-color: rgb(149,2,87); }

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