#950054

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

Shades of Eggplant #950054

Tints of Eggplant #950054

Color information

#950054 (or 0x950054) is unknown color: approx Eggplant. HEX triplet: 95, 00 and 54. RGB value is (149,0,84). Sum of RGB (Red+Green+Blue) = 149+0+84=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #950054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950054 is #6AFFAB. Grayscale: #353535. Windows color (decimal): -7012268 or 5505173. OLE color: 5505173.

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

Color convert

RGB149084-
CMYK010.440.42
HSL326.17º100%29.22%-
HSV(B)326.17º100%58.43%-
XYZ13.997.039.01-
YUV54.13144.86195.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=63.95%
G=0%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149084010.440.42326.1710029.22
Hex950540642C2A146641d
Octal22501240144545250614435
Binary100101010101010001100100101100101010101000110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950054; }

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

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

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

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

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

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

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

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