#950A5D

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

Shades of Eggplant #950A5D

Tints of Eggplant #950A5D

Color information

#950A5D (or 0x950A5D) is unknown color: approx Eggplant. HEX triplet: 95, 0A and 5D. RGB value is (149,10,93). Sum of RGB (Red+Green+Blue) = 149+10+93=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #950A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A5D is #6AF5A2. Grayscale: #3C3C3C. Windows color (decimal): -7009699 or 6097557. OLE color: 6097557.

HSL color Cylindrical-coordinate representation of color #950A5D: hue angle of 324.17º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A5D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1491093-
CMYK00.930.380.42
HSL324.17º87.42%31.18%-
HSV(B)324.17º93.29%58.43%-
XYZ14.487.411.02-
YUV61.02146.05190.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.13%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=59.13%
G=3.97%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149109300.930.380.42324.1787.4231.18
Hex95A5D05D262A144571f
Octal225121350135465250412737
Binary100101011010101110101011101100110101010101000100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950A5D; }

 p { color: rgb(149,10,93); }

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

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

 a { background-color: rgb(149,10,93); }

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

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

 span { border-color: rgb(149,10,93); }

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