#950254

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

Shades of Eggplant #950254

Tints of Eggplant #950254

Color information

#950254 (or 0x950254) is unknown color: approx Eggplant. HEX triplet: 95, 02 and 54. RGB value is (149,2,84). Sum of RGB (Red+Green+Blue) = 149+2+84=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #950254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950254 is #6AFDAB. Grayscale: #373737. Windows color (decimal): -7011756 or 5505685. OLE color: 5505685.

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

Color convert

RGB149284-
CMYK00.990.440.42
HSL326.53º97.35%29.61%-
HSV(B)326.53º98.66%58.43%-
XYZ14.027.079.01-
YUV55.3144.2194.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.40%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=63.40%
G=0.85%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14928400.990.440.42326.5397.3529.61
Hex952540632C2A147611e
Octal22521240143545250714136
Binary1001010110101010001100011101100101010101000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950254; }

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

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

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

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

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

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

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

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