#950A6A

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

Shades of Eggplant #950A6A

Tints of Eggplant #950A6A

Color information

#950A6A (or 0x950A6A) is unknown color: approx Eggplant. HEX triplet: 95, 0A and 6A. RGB value is (149,10,106). Sum of RGB (Red+Green+Blue) = 149+10+106=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #950A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A6A is #6AF595. Grayscale: #3E3E3E. Windows color (decimal): -7009686 or 6949525. OLE color: 6949525.

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

Color convert

RGB14910106-
CMYK00.930.290.42
HSL318.56º87.42%31.18%-
HSV(B)318.56º93.29%58.43%-
XYZ15.17.6514.32-
YUV62.5152.55189.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 106 (41.80% from 255) = 40%
R=56.23%
G=3.77%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491010600.930.290.42318.5687.4231.18
Hex95A6A05D1D2A13f571f
Octal225121520135355247712737
Binary10010101101011010100101110111101101010100111111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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