#951269

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

Shades of Eggplant #951269

Tints of Eggplant #951269

Color information

#951269 (or 0x951269) is unknown color: approx Eggplant. HEX triplet: 95, 12 and 69. RGB value is (149,18,105). Sum of RGB (Red+Green+Blue) = 149+18+105=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #951269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951269 is #6AED96. Grayscale: #424242. Windows color (decimal): -7007639 or 6886037. OLE color: 6886037.

HSL color Cylindrical-coordinate representation of color #951269: hue angle of 320.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951269 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14918105-
CMYK00.880.300.42
HSL320.15º78.44%32.75%-
HSV(B)320.15º87.92%58.43%-
XYZ15.167.8414.08-
YUV67.09149.4186.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 105 (41.41% from 255) = 38.60%
R=54.78%
G=6.62%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491810500.880.300.42320.1578.4432.75
Hex9512690581E2A1404e21
Octal225221510130365250011641
Binary1001010110010110100101011000111101010101010000001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951269; }

 p { color: rgb(149,18,105); }

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

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

 a { background-color: rgb(149,18,105); }

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

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

 span { border-color: rgb(149,18,105); }

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