#917D99

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

Shades of Amethyst Smoke #917D99

Tints of Amethyst Smoke #917D99

Color information

#917D99 (or 0x917D99) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7D and 99. RGB value is (145,125,153). Sum of RGB (Red+Green+Blue) = 145+125+153=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #917D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D99 is #6E8266. Grayscale: #868686. Windows color (decimal): -7242343 or 10059153. OLE color: 10059153.

HSL color Cylindrical-coordinate representation of color #917D99: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #917D99 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB145125153-
CMYK0.050.1800.4
HSL282.86º12.07%54.51%-
HSV(B)282.86º18.3%60%-
XYZ24.7622.9933.27-
YUV134.17138.63135.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=34.28%
G=29.55%
B=36.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451251530.050.1800.4282.8612.0754.51
Hex917D9951202811bc37
Octal2211752315220504331467
Binary100100011111101100110011011001001010001000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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