#917B95

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

Shades of Amethyst Smoke #917B95

Tints of Amethyst Smoke #917B95

Color information

#917B95 (or 0x917B95) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7B and 95. RGB value is (145,123,149). Sum of RGB (Red+Green+Blue) = 145+123+149=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #917B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B95 is #6E846A. Grayscale: #848484. Windows color (decimal): -7242859 or 9796497. OLE color: 9796497.

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

Color convert

RGB145123149-
CMYK0.030.1700.42
HSL290.77º10.92%53.33%-
HSV(B)290.77º17.45%58.43%-
XYZ24.1822.3631.47-
YUV132.54137.29136.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=34.77%
G=29.50%
B=35.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451231490.030.1700.42290.7710.9253.33
Hex917B9531102A123b35
Octal2211732253210524431365
Binary10010001111101110010101111000101010101001000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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