#950C70

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

Shades of Eggplant #950C70

Tints of Eggplant #950C70

Color information

#950C70 (or 0x950C70) is unknown color: approx Eggplant. HEX triplet: 95, 0C and 70. RGB value is (149,12,112). Sum of RGB (Red+Green+Blue) = 149+12+112=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #950C70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950C70 is #6AF38F. Grayscale: #404040. Windows color (decimal): -7009168 or 7343253. OLE color: 7343253.

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

Color convert

RGB14912112-
CMYK00.920.250.42
HSL316.2º85.09%31.57%-
HSV(B)316.2º91.95%58.43%-
XYZ15.457.8216.02-
YUV64.36154.89188.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.58%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=54.58%
G=4.40%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491211200.920.250.42316.285.0931.57
Hex95C7005C192A13c5520
Octal225141600134315247412540
Binary100101011100111000001011100110011010101001111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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