#92769A

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

Shades of Amethyst Smoke #92769A

Tints of Amethyst Smoke #92769A

Color information

#92769A (or 0x92769A) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 76 and 9A. RGB value is (146,118,154). Sum of RGB (Red+Green+Blue) = 146+118+154=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #92769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92769A is #6D8965. Grayscale: #828282. Windows color (decimal): -7178598 or 10122898. OLE color: 10122898.

HSL color Cylindrical-coordinate representation of color #92769A: hue angle of 286.67º 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 #92769A is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB146118154-
CMYK0.050.2300.40
HSL286.67º15.13%53.33%-
HSV(B)286.67º23.38%60.39%-
XYZ24.1721.433.43-
YUV130.48141.28139.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=34.93%
G=28.23%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461181540.050.2300.40286.6715.1353.33
Hex92769A51702811ff35
Octal2221662325270504371765
Binary100100101110110100110101011011101010001000111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92769A; }

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

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

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

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

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

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

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

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