#917D93

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

Shades of Amethyst Smoke #917D93

Tints of Amethyst Smoke #917D93

Color information

#917D93 (or 0x917D93) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7D and 93. RGB value is (145,125,147). Sum of RGB (Red+Green+Blue) = 145+125+147=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #917D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D93 is #6E826C. Grayscale: #858585. Windows color (decimal): -7242349 or 9665937. OLE color: 9665937.

HSL color Cylindrical-coordinate representation of color #917D93: hue angle of 294.55º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #917D93 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145125147-
CMYK0.010.1500.42
HSL294.55º9.24%53.33%-
HSV(B)294.55º14.97%57.65%-
XYZ24.2822.7930.72-
YUV133.49135.63136.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=34.77%
G=29.98%
B=35.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451251470.010.1500.42294.559.2453.33
Hex917D931F02A127935
Octal2211752231170524471165
Binary100100011111101100100111111101010101001001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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