#927699

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

Shades of Amethyst Smoke #927699

Tints of Amethyst Smoke #927699

Color information

#927699 (or 0x927699) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 76 and 99. RGB value is (146,118,153). Sum of RGB (Red+Green+Blue) = 146+118+153=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #927699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927699 is #6D8966. Grayscale: #828282. Windows color (decimal): -7178599 or 10057362. OLE color: 10057362.

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

Color convert

RGB146118153-
CMYK0.050.2300.4
HSL288º14.64%53.14%-
HSV(B)288º22.88%60%-
XYZ24.0821.3732.99-
YUV130.36140.78139.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=35.01%
G=28.30%
B=36.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461181530.050.2300.428814.6453.14
Hex927699517028120f35
Octal2221662315270504401765
Binary100100101110110100110011011011101010001001000001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927699; }

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

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

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

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

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

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

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

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