#950F70

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

Shades of Eggplant #950F70

Tints of Eggplant #950F70

Color information

#950F70 (or 0x950F70) is unknown color: approx Eggplant. HEX triplet: 95, 0F and 70. RGB value is (149,15,112). Sum of RGB (Red+Green+Blue) = 149+15+112=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #950F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F70 is #6AF08F. Grayscale: #414141. Windows color (decimal): -7008400 or 7344021. OLE color: 7344021.

HSL color Cylindrical-coordinate representation of color #950F70: hue angle of 316.57º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F70 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14915112-
CMYK00.900.250.42
HSL316.57º81.71%32.16%-
HSV(B)316.57º89.93%58.43%-
XYZ15.497.916.04-
YUV66.12153.89187.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=53.99%
G=5.43%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491511200.900.250.42316.5781.7132.16
Hex95F7005A192A13d5220
Octal225171600132315247512240
Binary100101011111111000001011010110011010101001111011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,15,112); }

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

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

 a { background-color: rgb(149,15,112); }

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

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

 span { border-color: rgb(149,15,112); }

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