#95146E

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

Shades of Eggplant #95146E

Tints of Eggplant #95146E

Color information

#95146E (or 0x95146E) is unknown color: approx Eggplant. HEX triplet: 95, 14 and 6E. RGB value is (149,20,110). Sum of RGB (Red+Green+Blue) = 149+20+110=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95146E is #6AEB91. Grayscale: #444444. Windows color (decimal): -7007122 or 7214229. OLE color: 7214229.

HSL color Cylindrical-coordinate representation of color #95146E: hue angle of 318.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95146E is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14920110-
CMYK00.870.260.42
HSL318.14º76.33%33.14%-
HSV(B)318.14º86.58%58.43%-
XYZ15.468.0215.48-
YUV68.83151.24185.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 20 (8.20% from 255) = 7.17%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=53.41%
G=7.17%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492011000.870.260.42318.1476.3333.14
Hex95146E0571A2A13e4c21
Octal225241560127325247611441
Binary1001010110100110111001010111110101010101001111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95146E; }

 p { color: rgb(149,20,110); }

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

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

 a { background-color: rgb(149,20,110); }

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

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

 span { border-color: rgb(149,20,110); }

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