#917F9A

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

Shades of Amethyst Smoke #917F9A

Tints of Amethyst Smoke #917F9A

Color information

#917F9A (or 0x917F9A) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7F and 9A. RGB value is (145,127,154). Sum of RGB (Red+Green+Blue) = 145+127+154=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 154 - color contains mainly: blue. Hex color #917F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F9A is #6E8065. Grayscale: #878787. Windows color (decimal): -7241830 or 10125201. OLE color: 10125201.

HSL color Cylindrical-coordinate representation of color #917F9A: hue angle of 280º 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 #917F9A is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB145127154-
CMYK0.060.1800.40
HSL280º11.79%55.1%-
HSV(B)280º17.53%60.39%-
XYZ25.123.5333.79-
YUV135.46138.46134.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.04%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=34.04%
G=29.81%
B=36.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451271540.060.1800.4028011.7955.1
Hex917F9A612028118c37
Octal2211772326220504301467
Binary100100011111111100110101101001001010001000110001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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