#927C9E

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

Shades of Amethyst Smoke #927C9E

Tints of Amethyst Smoke #927C9E

Color information

#927C9E (or 0x927C9E) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 7C and 9E. RGB value is (146,124,158). Sum of RGB (Red+Green+Blue) = 146+124+158=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #927C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C9E is #6D8361. Grayscale: #868686. Windows color (decimal): -7177058 or 10386578. OLE color: 10386578.

HSL color Cylindrical-coordinate representation of color #927C9E: hue angle of 278.82º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927C9E is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146124158-
CMYK0.080.2200.38
HSL278.82º14.91%55.29%-
HSV(B)278.82º21.52%61.96%-
XYZ25.2322.9935.46-
YUV134.45141.29136.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=34.11%
G=28.97%
B=36.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461241580.080.2200.38278.8214.9155.29
Hex927C9E816026117f37
Octal22217423610260464271767
Binary1001001011111001001111010001011001001101000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,124,158); }

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

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

 a { background-color: rgb(146,124,158); }

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

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

 span { border-color: rgb(146,124,158); }

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