#917893

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

Shades of Amethyst Smoke #917893

Tints of Amethyst Smoke #917893

Color information

#917893 (or 0x917893) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 78 and 93. RGB value is (145,120,147). Sum of RGB (Red+Green+Blue) = 145+120+147=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #917893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917893 is #6E876C. Grayscale: #828282. Windows color (decimal): -7243629 or 9664657. OLE color: 9664657.

HSL color Cylindrical-coordinate representation of color #917893: hue angle of 295.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #917893 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145120147-
CMYK0.010.1800.42
HSL295.56º11.11%52.35%-
HSV(B)295.56º18.37%57.65%-
XYZ23.6621.5630.52-
YUV130.55137.28138.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.19%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=35.19%
G=29.13%
B=35.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451201470.010.1800.42295.5611.1152.35
Hex91789311202A128b34
Octal2211702231220524501364
Binary1001000111110001001001111001001010101001010001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917893; }

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

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

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

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

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

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

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

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