#917795

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

Shades of Amethyst Smoke #917795

Tints of Amethyst Smoke #917795

Color information

#917795 (or 0x917795) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 77 and 95. RGB value is (145,119,149). Sum of RGB (Red+Green+Blue) = 145+119+149=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #917795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917795 is #6E886A. Grayscale: #828282. Windows color (decimal): -7243883 or 9795473. OLE color: 9795473.

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

Color convert

RGB145119149-
CMYK0.030.2000.42
HSL292º12.4%52.55%-
HSV(B)292º20.13%58.43%-
XYZ23.721.3831.31-
YUV130.19138.61138.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.11%
GREEN value IS 119 (46.88% from 255) = 28.81%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=35.11%
G=28.81%
B=36.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451191490.030.2000.4229212.452.55
Hex91779531402A124c35
Octal2211672253240524441465
Binary10010001111011110010101111010001010101001001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917795; }

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

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

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

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

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

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

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

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