#917694

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

Shades of Amethyst Smoke #917694

Tints of Amethyst Smoke #917694

Color information

#917694 (or 0x917694) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 76 and 94. RGB value is (145,118,148). Sum of RGB (Red+Green+Blue) = 145+118+148=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 148 - color contains mainly: blue. Hex color #917694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917694 is #6E896B. Grayscale: #818181. Windows color (decimal): -7244140 or 9729681. OLE color: 9729681.

HSL color Cylindrical-coordinate representation of color #917694: hue angle of 294º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917694 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145118148-
CMYK0.020.2000.42
HSL294º12.3%52.16%-
HSV(B)294º20.27%58.04%-
XYZ23.521.1130.85-
YUV129.49138.45139.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=35.28%
G=28.71%
B=36.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451181480.020.2000.4229412.352.16
Hex91769421402A126c34
Octal2211662242240524461464
Binary10010001111011010010100101010001010101001001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917694; }

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

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

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

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

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

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

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

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