#927A95

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

Shades of Amethyst Smoke #927A95

Tints of Amethyst Smoke #927A95

Color information

#927A95 (or 0x927A95) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 7A and 95. RGB value is (146,122,149). Sum of RGB (Red+Green+Blue) = 146+122+149=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #927A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927A95 is #6D856A. Grayscale: #848484. Windows color (decimal): -7177579 or 9796242. OLE color: 9796242.

HSL color Cylindrical-coordinate representation of color #927A95: hue angle of 293.33º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #927A95 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB146122149-
CMYK0.020.1800.42
HSL293.33º11.3%53.14%-
HSV(B)293.33º18.12%58.43%-
XYZ24.2422.231.44-
YUV132.25137.45137.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=35.01%
G=29.26%
B=35.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461221490.020.1800.42293.3311.353.14
Hex927A9521202A125b35
Octal2221722252220524451365
Binary10010010111101010010101101001001010101001001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927A95; }

 p { color: rgb(146,122,149); }

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

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

 a { background-color: rgb(146,122,149); }

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

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

 span { border-color: rgb(146,122,149); }

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