#950076

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

Shades of Eggplant #950076

Tints of Eggplant #950076

Color information

#950076 (or 0x950076) is unknown color: approx Eggplant. HEX triplet: 95, 00 and 76. RGB value is (149,0,118). Sum of RGB (Red+Green+Blue) = 149+0+118=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #950076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950076 is #6AFF89. Grayscale: #393939. Windows color (decimal): -7012234 or 7733397. OLE color: 7733397.

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

Color convert

RGB1490118-
CMYK010.210.42
HSL312.48º100%29.22%-
HSV(B)312.48º100%58.43%-
XYZ15.667.717.8-
YUV58161.86192.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=55.81%
G=0%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1490118010.210.42312.4810029.22
Hex95076064152A138641d
Octal22501660144255247014435
Binary10010101011101100110010010101101010100111000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950076; }

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

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

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

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

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

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

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

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