#917899

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

Shades of Amethyst Smoke #917899

Tints of Amethyst Smoke #917899

Color information

#917899 (or 0x917899) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 78 and 99. RGB value is (145,120,153). Sum of RGB (Red+Green+Blue) = 145+120+153=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #917899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917899 is #6E8766. Grayscale: #838383. Windows color (decimal): -7243623 or 10057873. OLE color: 10057873.

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

Color convert

RGB145120153-
CMYK0.050.2200.4
HSL285.45º13.92%53.53%-
HSV(B)285.45º21.57%60%-
XYZ24.1421.7533.06-
YUV131.24140.28137.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=34.69%
G=28.71%
B=36.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451201530.050.2200.4285.4513.9253.53
Hex91789951602811de36
Octal2211702315260504351666
Binary100100011111000100110011011011001010001000111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917899; }

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

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

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

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

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

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

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

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