#950E6A

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

Shades of Eggplant #950E6A

Tints of Eggplant #950E6A

Color information

#950E6A (or 0x950E6A) is unknown color: approx Eggplant. HEX triplet: 95, 0E and 6A. RGB value is (149,14,106). Sum of RGB (Red+Green+Blue) = 149+14+106=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #950E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E6A is #6AF195. Grayscale: #404040. Windows color (decimal): -7008662 or 6950549. OLE color: 6950549.

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

Color convert

RGB14914106-
CMYK00.910.290.42
HSL319.11º82.82%31.96%-
HSV(B)319.11º90.6%58.43%-
XYZ15.157.7414.33-
YUV64.85151.23188.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 14 (5.86% from 255) = 5.20%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=55.39%
G=5.20%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491410600.910.290.42319.1182.8231.96
Hex95E6A05B1D2A13f5320
Octal225161520133355247712340
Binary100101011110110101001011011111011010101001111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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