#917892

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

Shades of Amethyst Smoke #917892

Tints of Amethyst Smoke #917892

Color information

#917892 (or 0x917892) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 78 and 92. RGB value is (145,120,146). Sum of RGB (Red+Green+Blue) = 145+120+146=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #917892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917892 is #6E876D. Grayscale: #828282. Windows color (decimal): -7243630 or 9599121. OLE color: 9599121.

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

Color convert

RGB145120146-
CMYK0.010.1800.43
HSL297.69º10.66%52.16%-
HSV(B)297.69º17.81%57.25%-
XYZ23.5821.5330.11-
YUV130.44136.78138.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=35.28%
G=29.20%
B=35.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451201460.010.1800.43297.6910.6652.16
Hex91789211202B12ab34
Octal2211702221220534521364
Binary1001000111110001001001011001001010111001010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917892; }

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

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

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

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

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

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

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

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