#927D9E

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

Shades of Amethyst Smoke #927D9E

Tints of Amethyst Smoke #927D9E

Color information

#927D9E (or 0x927D9E) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 7D and 9E. RGB value is (146,125,158). Sum of RGB (Red+Green+Blue) = 146+125+158=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #927D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D9E is #6D8261. Grayscale: #868686. Windows color (decimal): -7176802 or 10386834. OLE color: 10386834.

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

Color convert

RGB146125158-
CMYK0.080.2100.38
HSL278.18º14.54%55.49%-
HSV(B)278.18º20.89%61.96%-
XYZ25.3623.2535.5-
YUV135.04140.96135.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=34.03%
G=29.14%
B=36.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461251580.080.2100.38278.1814.5455.49
Hex927D9E815026116f37
Octal22217523610250464261767
Binary1001001011111011001111010001010101001101000101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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