#950876

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

Shades of Eggplant #950876

Tints of Eggplant #950876

Color information

#950876 (or 0x950876) is unknown color: approx Eggplant. HEX triplet: 95, 08 and 76. RGB value is (149,8,118). Sum of RGB (Red+Green+Blue) = 149+8+118=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #950876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950876 is #6AF789. Grayscale: #3E3E3E. Windows color (decimal): -7010186 or 7735445. OLE color: 7735445.

HSL color Cylindrical-coordinate representation of color #950876: hue angle of 313.19º degrees, saturation: 0.9, 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 #950876 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB1498118-
CMYK00.950.210.42
HSL313.19º89.81%30.78%-
HSV(B)313.19º94.63%58.43%-
XYZ15.757.8717.83-
YUV62.7159.21189.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=54.18%
G=2.91%
B=42.91%

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
Decimal149811800.950.210.42313.1989.8130.78
Hex9587605F152A1395a1f
Octal225101660137255247113237
Binary10010101100011101100101111110101101010100111001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950876; }

 p { color: rgb(149,8,118); }

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

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

 a { background-color: rgb(149,8,118); }

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

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

 span { border-color: rgb(149,8,118); }

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