#917993

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

Shades of Amethyst Smoke #917993

Tints of Amethyst Smoke #917993

Color information

#917993 (or 0x917993) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 79 and 93. RGB value is (145,121,147). Sum of RGB (Red+Green+Blue) = 145+121+147=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #917993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917993 is #6E866C. Grayscale: #838383. Windows color (decimal): -7243373 or 9664913. OLE color: 9664913.

HSL color Cylindrical-coordinate representation of color #917993: hue angle of 295.38º 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 #917993 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145121147-
CMYK0.010.1800.42
HSL295.38º10.74%52.55%-
HSV(B)295.38º17.69%57.65%-
XYZ23.7821.830.56-
YUV131.14136.95137.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.11%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=35.11%
G=29.30%
B=35.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451211470.010.1800.42295.3810.7452.55
Hex91799311202A127b35
Octal2211712231220524471365
Binary1001000111110011001001111001001010101001001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917993; }

 p { color: rgb(145,121,147); }

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

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

 a { background-color: rgb(145,121,147); }

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

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

 span { border-color: rgb(145,121,147); }

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