#917C94

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

Shades of Amethyst Smoke #917C94

Tints of Amethyst Smoke #917C94

Color information

#917C94 (or 0x917C94) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7C and 94. RGB value is (145,124,148). Sum of RGB (Red+Green+Blue) = 145+124+148=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 148 - color contains mainly: blue. Hex color #917C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C94 is #6E836B. Grayscale: #848484. Windows color (decimal): -7242604 or 9731217. OLE color: 9731217.

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

Color convert

RGB145124148-
CMYK0.020.1600.42
HSL292.5º10.08%53.33%-
HSV(B)292.5º16.22%58.04%-
XYZ24.2322.5731.1-
YUV133.01136.46136.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=34.77%
G=29.74%
B=35.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451241480.020.1600.42292.510.0853.33
Hex917C9421002A125a35
Octal2211742242200524451265
Binary10010001111110010010100101000001010101001001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,148); }

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

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

 a { background-color: rgb(145,124,148); }

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

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

 span { border-color: rgb(145,124,148); }

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