#950255

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

Shades of Eggplant #950255

Tints of Eggplant #950255

Color information

#950255 (or 0x950255) is unknown color: approx Eggplant. HEX triplet: 95, 02 and 55. RGB value is (149,2,85). Sum of RGB (Red+Green+Blue) = 149+2+85=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #950255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950255 is #6AFDAA. Grayscale: #373737. Windows color (decimal): -7011755 or 5571221. OLE color: 5571221.

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

Color convert

RGB149285-
CMYK00.990.430.42
HSL326.12º97.35%29.61%-
HSV(B)326.12º98.66%58.43%-
XYZ14.067.099.22-
YUV55.41144.7194.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=63.14%
G=0.85%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14928500.990.430.42326.1297.3529.61
Hex952550632B2A146611e
Octal22521250143535250614136
Binary1001010110101010101100011101011101010101000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950255; }

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

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

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

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

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

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

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

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