#950875

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

Shades of Eggplant #950875

Tints of Eggplant #950875

Color information

#950875 (or 0x950875) is unknown color: approx Eggplant. HEX triplet: 95, 08 and 75. RGB value is (149,8,117). Sum of RGB (Red+Green+Blue) = 149+8+117=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #950875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950875 is #6AF78A. Grayscale: #3E3E3E. Windows color (decimal): -7010187 or 7669909. OLE color: 7669909.

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

Color convert

RGB1498117-
CMYK00.950.210.42
HSL313.62º89.81%30.78%-
HSV(B)313.62º94.63%58.43%-
XYZ15.697.8517.52-
YUV62.58158.71189.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 8 (3.52% from 255) = 2.92%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=54.38%
G=2.92%
B=42.70%

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
Decimal149811700.950.210.42313.6289.8130.78
Hex9587505F152A13a5a1f
Octal225101650137255247213237
Binary10010101100011101010101111110101101010100111010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950875; }

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

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

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

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

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

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

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

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