#950C6B

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

Shades of Eggplant #950C6B

Tints of Eggplant #950C6B

Color information

#950C6B (or 0x950C6B) is unknown color: approx Eggplant. HEX triplet: 95, 0C and 6B. RGB value is (149,12,107). Sum of RGB (Red+Green+Blue) = 149+12+107=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #950C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950C6B is #6AF394. Grayscale: #3F3F3F. Windows color (decimal): -7009173 or 7015573. OLE color: 7015573.

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

Color convert

RGB14912107-
CMYK00.920.280.42
HSL318.39º85.09%31.57%-
HSV(B)318.39º91.95%58.43%-
XYZ15.187.7114.6-
YUV63.79152.39188.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.60%
GREEN value IS 12 (5.08% from 255) = 4.48%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=55.60%
G=4.48%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491210700.920.280.42318.3985.0931.57
Hex95C6B05C1C2A13e5520
Octal225141530134345247612540
Binary100101011100110101101011100111001010101001111101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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