#950878

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

Shades of Eggplant #950878

Tints of Eggplant #950878

Color information

#950878 (or 0x950878) is unknown color: approx Eggplant. HEX triplet: 95, 08 and 78. RGB value is (149,8,120). Sum of RGB (Red+Green+Blue) = 149+8+120=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #950878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950878 is #6AF787. Grayscale: #3E3E3E. Windows color (decimal): -7010184 or 7866517. OLE color: 7866517.

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

Color convert

RGB1498120-
CMYK00.950.190.42
HSL312.34º89.81%30.78%-
HSV(B)312.34º94.63%58.43%-
XYZ15.877.9218.46-
YUV62.93160.21189.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 8 (3.52% from 255) = 2.89%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=53.79%
G=2.89%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149812000.950.190.42312.3489.8130.78
Hex9587805F132A1385a1f
Octal225101700137235247013237
Binary10010101100011110000101111110011101010100111000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950878; }

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

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

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

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

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

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

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

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