#950A60

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

Shades of Eggplant #950A60

Tints of Eggplant #950A60

Color information

#950A60 (or 0x950A60) is unknown color: approx Eggplant. HEX triplet: 95, 0A and 60. RGB value is (149,10,96). Sum of RGB (Red+Green+Blue) = 149+10+96=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #950A60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A60 is #6AF59F. Grayscale: #3D3D3D. Windows color (decimal): -7009696 or 6294165. OLE color: 6294165.

HSL color Cylindrical-coordinate representation of color #950A60: hue angle of 322.88º 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 #950A60 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1491096-
CMYK00.930.360.42
HSL322.88º87.42%31.18%-
HSV(B)322.88º93.29%58.43%-
XYZ14.617.4511.73-
YUV61.36147.55190.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.43%
GREEN value IS 10 (4.30% from 255) = 3.92%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=58.43%
G=3.92%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149109600.930.360.42322.8887.4231.18
Hex95A6005D242A143571f
Octal225121400135445250312737
Binary100101011010110000001011101100100101010101000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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