#950D6E

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

Shades of Eggplant #950D6E

Tints of Eggplant #950D6E

Color information

#950D6E (or 0x950D6E) is unknown color: approx Eggplant. HEX triplet: 95, 0D and 6E. RGB value is (149,13,110). Sum of RGB (Red+Green+Blue) = 149+13+110=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #950D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950D6E is #6AF291. Grayscale: #404040. Windows color (decimal): -7008914 or 7212437. OLE color: 7212437.

HSL color Cylindrical-coordinate representation of color #950D6E: hue angle of 317.21º degrees, saturation: 0.84, 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 #950D6E is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14913110-
CMYK00.910.260.42
HSL317.21º83.95%31.76%-
HSV(B)317.21º91.28%58.43%-
XYZ15.357.815.45-
YUV64.72153.56188.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 13 (5.47% from 255) = 4.78%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=54.78%
G=4.78%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491311000.910.260.42317.2183.9531.76
Hex95D6E05B1A2A13d5420
Octal225151560133325247512440
Binary100101011101110111001011011110101010101001111011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,13,110); }

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

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

 a { background-color: rgb(149,13,110); }

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

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

 span { border-color: rgb(149,13,110); }

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