#917796

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

Shades of Amethyst Smoke #917796

Tints of Amethyst Smoke #917796

Color information

#917796 (or 0x917796) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 77 and 96. RGB value is (145,119,150). Sum of RGB (Red+Green+Blue) = 145+119+150=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 150 - color contains mainly: blue. Hex color #917796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917796 is #6E8869. Grayscale: #828282. Windows color (decimal): -7243882 or 9861009. OLE color: 9861009.

HSL color Cylindrical-coordinate representation of color #917796: hue angle of 290.32º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917796 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB145119150-
CMYK0.030.2100.41
HSL290.32º12.86%52.75%-
HSV(B)290.32º20.67%58.82%-
XYZ23.7821.4231.73-
YUV130.31139.11138.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=35.02%
G=28.74%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451191500.030.2100.41290.3212.8652.75
Hex917796315029122d35
Octal2211672263250514421565
Binary10010001111011110010110111010101010011001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917796; }

 p { color: rgb(145,119,150); }

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

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

 a { background-color: rgb(145,119,150); }

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

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

 span { border-color: rgb(145,119,150); }

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