#917693

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

Shades of Amethyst Smoke #917693

Tints of Amethyst Smoke #917693

Color information

#917693 (or 0x917693) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 76 and 93. RGB value is (145,118,147). Sum of RGB (Red+Green+Blue) = 145+118+147=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #917693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917693 is #6E896C. Grayscale: #818181. Windows color (decimal): -7244141 or 9664145. OLE color: 9664145.

HSL color Cylindrical-coordinate representation of color #917693: hue angle of 295.86º 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 #917693 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145118147-
CMYK0.010.2000.42
HSL295.86º11.84%51.96%-
HSV(B)295.86º19.73%57.65%-
XYZ23.4221.0830.44-
YUV129.38137.95139.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=35.37%
G=28.78%
B=35.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451181470.010.2000.42295.8611.8451.96
Hex91769311402A128c34
Octal2211662231240524501464
Binary1001000111101101001001111010001010101001010001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917693; }

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

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

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

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

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

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

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

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