#950775

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

Shades of Eggplant #950775

Tints of Eggplant #950775

Color information

#950775 (or 0x950775) is unknown color: approx Eggplant. HEX triplet: 95, 07 and 75. RGB value is (149,7,117). Sum of RGB (Red+Green+Blue) = 149+7+117=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #950775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950775 is #6AF88A. Grayscale: #3D3D3D. Windows color (decimal): -7010443 or 7669653. OLE color: 7669653.

HSL color Cylindrical-coordinate representation of color #950775: hue angle of 313.52º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950775 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB1497117-
CMYK00.950.210.42
HSL313.52º91.03%30.59%-
HSV(B)313.52º95.3%58.43%-
XYZ15.687.8317.51-
YUV62159.04190.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.58%
GREEN value IS 7 (3.12% from 255) = 2.56%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=54.58%
G=2.56%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149711700.950.210.42313.5291.0330.59
Hex9577505F152A13a5b1f
Octal22571650137255247213337
Binary1001010111111101010101111110101101010100111010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950775; }

 p { color: rgb(149,7,117); }

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

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

 a { background-color: rgb(149,7,117); }

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

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

 span { border-color: rgb(149,7,117); }

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