#950261

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

Shades of Eggplant #950261

Tints of Eggplant #950261

Color information

#950261 (or 0x950261) is unknown color: approx Eggplant. HEX triplet: 95, 02 and 61. RGB value is (149,2,97). Sum of RGB (Red+Green+Blue) = 149+2+97=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #950261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950261 is #6AFD9E. Grayscale: #383838. Windows color (decimal): -7011743 or 6357653. OLE color: 6357653.

HSL color Cylindrical-coordinate representation of color #950261: hue angle of 321.22º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950261 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB149297-
CMYK00.990.350.42
HSL321.22º97.35%29.61%-
HSV(B)321.22º98.66%58.43%-
XYZ14.577.311.95-
YUV56.78150.7193.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.08%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=60.08%
G=0.81%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14929700.990.350.42321.2297.3529.61
Hex95261063232A141611e
Octal22521410143435250114136
Binary1001010110110000101100011100011101010101000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950261; }

 p { color: rgb(149,2,97); }

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

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

 a { background-color: rgb(149,2,97); }

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

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

 span { border-color: rgb(149,2,97); }

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