#917A92

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

Shades of Amethyst Smoke #917A92

Tints of Amethyst Smoke #917A92

Color information

#917A92 (or 0x917A92) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7A and 92. RGB value is (145,122,146). Sum of RGB (Red+Green+Blue) = 145+122+146=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #917A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A92 is #6E856D. Grayscale: #838383. Windows color (decimal): -7243118 or 9599633. OLE color: 9599633.

HSL color Cylindrical-coordinate representation of color #917A92: hue angle of 297.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #917A92 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB145122146-
CMYK0.010.1600.43
HSL297.5º9.92%52.55%-
HSV(B)297.5º16.44%57.25%-
XYZ23.8222.0130.19-
YUV131.61136.12137.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.11%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=35.11%
G=29.54%
B=35.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451221460.010.1600.43297.59.9252.55
Hex917A9211002B12aa35
Octal2211722221200534521265
Binary1001000111110101001001011000001010111001010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917A92; }

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

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

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

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

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

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

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

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