#950A69

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

Shades of Eggplant #950A69

Tints of Eggplant #950A69

Color information

#950A69 (or 0x950A69) is unknown color: approx Eggplant. HEX triplet: 95, 0A and 69. RGB value is (149,10,105). Sum of RGB (Red+Green+Blue) = 149+10+105=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #950A69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A69 is #6AF596. Grayscale: #3E3E3E. Windows color (decimal): -7009687 or 6883989. OLE color: 6883989.

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

Color convert

RGB14910105-
CMYK00.930.300.42
HSL318.99º87.42%31.18%-
HSV(B)318.99º93.29%58.43%-
XYZ15.057.6314.04-
YUV62.39152.05189.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 10 (4.30% from 255) = 3.79%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=56.44%
G=3.79%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491010500.930.300.42318.9987.4231.18
Hex95A6905D1E2A13f571f
Octal225121510135365247712737
Binary10010101101011010010101110111110101010100111111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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