#92809B

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

Shades of Amethyst Smoke #92809B

Tints of Amethyst Smoke #92809B

Color information

#92809B (or 0x92809B) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 80 and 9B. RGB value is (146,128,155). Sum of RGB (Red+Green+Blue) = 146+128+155=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #92809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92809B is #6D7F64. Grayscale: #888888. Windows color (decimal): -7176037 or 10190994. OLE color: 10190994.

HSL color Cylindrical-coordinate representation of color #92809B: hue angle of 280º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92809B is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB146128155-
CMYK0.060.1700.39
HSL280º11.89%55.49%-
HSV(B)280º17.42%60.78%-
XYZ25.4923.9234.28-
YUV136.46138.46134.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=34.03%
G=29.84%
B=36.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461281550.060.1700.3928011.8955.49
Hex92809B611027118c37
Octal2222002336210474301467
Binary1001001010000000100110111101000101001111000110001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92809B; }

 p { color: rgb(146,128,155); }

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

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

 a { background-color: rgb(146,128,155); }

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

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

 span { border-color: rgb(146,128,155); }

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