#927E99

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

Shades of Amethyst Smoke #927E99

Tints of Amethyst Smoke #927E99

Color information

#927E99 (or 0x927E99) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 7E and 99. RGB value is (146,126,153). Sum of RGB (Red+Green+Blue) = 146+126+153=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: blue. Hex color #927E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927E99 is #6D8166. Grayscale: #868686. Windows color (decimal): -7176551 or 10059410. OLE color: 10059410.

HSL color Cylindrical-coordinate representation of color #927E99: hue angle of 284.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #927E99 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB146126153-
CMYK0.050.1800.4
HSL284.44º11.69%54.71%-
HSV(B)284.44º17.65%60%-
XYZ25.0623.3333.32-
YUV135.06138.13135.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 153 (60.16% from 255) = 36%
R=34.35%
G=29.65%
B=36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461261530.050.1800.4284.4411.6954.71
Hex927E9951202811cc37
Octal2221762315220504341467
Binary100100101111110100110011011001001010001000111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927E99; }

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

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

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

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

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

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

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

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