#927599

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

Shades of Amethyst Smoke #927599

Tints of Amethyst Smoke #927599

Color information

#927599 (or 0x927599) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 75 and 99. RGB value is (146,117,153). Sum of RGB (Red+Green+Blue) = 146+117+153=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #927599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927599 is #6D8A66. Grayscale: #818181. Windows color (decimal): -7178855 or 10057106. OLE color: 10057106.

HSL color Cylindrical-coordinate representation of color #927599: hue angle of 288.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #927599 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB146117153-
CMYK0.050.2400.4
HSL288.33º15%52.94%-
HSV(B)288.33º23.53%60%-
XYZ23.9721.1332.95-
YUV129.78141.11139.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=35.10%
G=28.12%
B=36.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461171530.050.2400.4288.331552.94
Hex927599518028120f35
Octal2221652315300504401765
Binary100100101110101100110011011100001010001001000001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927599; }

 p { color: rgb(146,117,153); }

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

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

 a { background-color: rgb(146,117,153); }

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

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

 span { border-color: rgb(146,117,153); }

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