#927998

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

Shades of Amethyst Smoke #927998

Tints of Amethyst Smoke #927998

Color information

#927998 (or 0x927998) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 79 and 98. RGB value is (146,121,152). Sum of RGB (Red+Green+Blue) = 146+121+152=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 152 - color contains mainly: blue. Hex color #927998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927998 is #6D8667. Grayscale: #838383. Windows color (decimal): -7177832 or 9992594. OLE color: 9992594.

HSL color Cylindrical-coordinate representation of color #927998: hue angle of 288.39º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #927998 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB146121152-
CMYK0.040.2000.40
HSL288.39º13.08%53.53%-
HSV(B)288.39º20.39%59.61%-
XYZ24.3622.0532.68-
YUV132.01139.28137.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 152 (59.77% from 255) = 36.28%
R=34.84%
G=28.88%
B=36.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461211520.040.2000.40288.3913.0853.53
Hex927998414028120d36
Octal2221712304240504401566
Binary100100101111001100110001001010001010001001000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927998; }

 p { color: rgb(146,121,152); }

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

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

 a { background-color: rgb(146,121,152); }

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

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

 span { border-color: rgb(146,121,152); }

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