#95196A

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

Shades of Eggplant #95196A

Tints of Eggplant #95196A

Color information

#95196A (or 0x95196A) is unknown color: approx Eggplant. HEX triplet: 95, 19 and 6A. RGB value is (149,25,106). Sum of RGB (Red+Green+Blue) = 149+25+106=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95196A is #6AE695. Grayscale: #474747. Windows color (decimal): -7005846 or 6953365. OLE color: 6953365.

HSL color Cylindrical-coordinate representation of color #95196A: hue angle of 320.81º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95196A is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14925106-
CMYK00.830.290.42
HSL320.81º71.26%34.12%-
HSV(B)320.81º83.22%58.43%-
XYZ15.348.1314.4-
YUV71.31147.58183.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=53.21%
G=8.93%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492510600.830.290.42320.8171.2634.12
Hex95196A0531D2A1414722
Octal225311520123355250110742
Binary1001010111001110101001010011111011010101010000011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95196A; }

 p { color: rgb(149,25,106); }

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

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

 a { background-color: rgb(149,25,106); }

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

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

 span { border-color: rgb(149,25,106); }

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