#917999

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

Shades of Amethyst Smoke #917999

Tints of Amethyst Smoke #917999

Color information

#917999 (or 0x917999) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 79 and 99. RGB value is (145,121,153). Sum of RGB (Red+Green+Blue) = 145+121+153=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #917999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917999 is #6E8666. Grayscale: #838383. Windows color (decimal): -7243367 or 10058129. OLE color: 10058129.

HSL color Cylindrical-coordinate representation of color #917999: hue angle of 285º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917999 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB145121153-
CMYK0.050.2100.4
HSL285º13.56%53.73%-
HSV(B)285º20.92%60%-
XYZ24.2621.9933.1-
YUV131.82139.95137.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=34.61%
G=28.88%
B=36.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451211530.050.2100.428513.5653.73
Hex91799951502811de36
Octal2211712315250504351666
Binary100100011111001100110011011010101010001000111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917999; }

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

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

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

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

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

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

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

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