#927B9E

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

Shades of Amethyst Smoke #927B9E

Tints of Amethyst Smoke #927B9E

Color information

#927B9E (or 0x927B9E) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 7B and 9E. RGB value is (146,123,158). Sum of RGB (Red+Green+Blue) = 146+123+158=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #927B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927B9E is #6D8461. Grayscale: #858585. Windows color (decimal): -7177314 or 10386322. OLE color: 10386322.

HSL color Cylindrical-coordinate representation of color #927B9E: hue angle of 279.43º 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 #927B9E is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146123158-
CMYK0.080.2200.38
HSL279.43º15.28%55.1%-
HSV(B)279.43º22.15%61.96%-
XYZ25.1122.7535.41-
YUV133.87141.62136.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=34.19%
G=28.81%
B=37.00%

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
Decimal1461231580.080.2200.38279.4315.2855.1
Hex927B9E816026117f37
Octal22217323610260464271767
Binary1001001011110111001111010001011001001101000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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