#95749A

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

Shades of Amethyst Smoke #95749A

Tints of Amethyst Smoke #95749A

Color information

#95749A (or 0x95749A) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 74 and 9A. RGB value is (149,116,154). Sum of RGB (Red+Green+Blue) = 149+116+154=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #95749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95749A is #6A8B65. Grayscale: #828282. Windows color (decimal): -6982502 or 10122389. OLE color: 10122389.

HSL color Cylindrical-coordinate representation of color #95749A: hue angle of 292.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95749A is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB149116154-
CMYK0.030.2500.40
HSL292.11º15.83%52.94%-
HSV(B)292.11º24.68%60.39%-
XYZ24.4721.2133.38-
YUV130.2141.43141.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=35.56%
G=27.68%
B=36.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491161540.030.2500.40292.1115.8352.94
Hex95749A3190281241035
Octal2251642323310504442065
Binary100101011110100100110101111001010100010010010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,116,154); }

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

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

 a { background-color: rgb(149,116,154); }

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

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

 span { border-color: rgb(149,116,154); }

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