#927997

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

Shades of Amethyst Smoke #927997

Tints of Amethyst Smoke #927997

Color information

#927997 (or 0x927997) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 79 and 97. RGB value is (146,121,151). Sum of RGB (Red+Green+Blue) = 146+121+151=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 151 - color contains mainly: blue. Hex color #927997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927997 is #6D8668. Grayscale: #838383. Windows color (decimal): -7177833 or 9927058. OLE color: 9927058.

HSL color Cylindrical-coordinate representation of color #927997: hue angle of 290º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #927997 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB146121151-
CMYK0.030.2000.41
HSL290º12.61%53.33%-
HSV(B)290º19.87%59.22%-
XYZ24.2822.0232.25-
YUV131.9138.78138.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=34.93%
G=28.95%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461211510.030.2000.4129012.6153.33
Hex927997314029122d35
Octal2221712273240514421565
Binary10010010111100110010111111010001010011001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927997; }

 p { color: rgb(146,121,151); }

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

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

 a { background-color: rgb(146,121,151); }

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

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

 span { border-color: rgb(146,121,151); }

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