#917699

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

Shades of Amethyst Smoke #917699

Tints of Amethyst Smoke #917699

Color information

#917699 (or 0x917699) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 76 and 99. RGB value is (145,118,153). Sum of RGB (Red+Green+Blue) = 145+118+153=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #917699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917699 is #6E8966. Grayscale: #818181. Windows color (decimal): -7244135 or 10057361. OLE color: 10057361.

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

Color convert

RGB145118153-
CMYK0.050.2300.4
HSL286.29º14.64%53.14%-
HSV(B)286.29º22.88%60%-
XYZ23.9121.2832.98-
YUV130.06140.95138.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=34.86%
G=28.37%
B=36.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451181530.050.2300.4286.2914.6453.14
Hex91769951702811ef35
Octal2211662315270504361765
Binary100100011110110100110011011011101010001000111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917699; }

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

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

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

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

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

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

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

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