#917FA1

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

Shades of Amethyst Smoke #917FA1

Tints of Amethyst Smoke #917FA1

Color information

#917FA1 (or 0x917FA1) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7F and A1. RGB value is (145,127,161). Sum of RGB (Red+Green+Blue) = 145+127+161=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 161 - color contains mainly: blue. Hex color #917FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FA1 is #6E805E. Grayscale: #888888. Windows color (decimal): -7241823 or 10583953. OLE color: 10583953.

HSL color Cylindrical-coordinate representation of color #917FA1: hue angle of 271.76º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917FA1 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB145127161-
CMYK0.100.2100.37
HSL271.76º15.32%56.47%-
HSV(B)271.76º21.12%63.14%-
XYZ25.723.7736.95-
YUV136.26141.96134.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.49%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=33.49%
G=29.33%
B=37.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1451271610.100.2100.37271.7615.3256.47
Hex917FA1A15025110f38
Octal22117724112250454201770
Binary1001000111111111010000110101010101001011000100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,161); }

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

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

 a { background-color: rgb(145,127,161); }

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

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

 span { border-color: rgb(145,127,161); }

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