#92859F

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

Shades of Amethyst Smoke #92859F

Tints of Amethyst Smoke #92859F

Color information

#92859F (or 0x92859F) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 85 and 9F. RGB value is (146,133,159). Sum of RGB (Red+Green+Blue) = 146+133+159=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 159 - color contains mainly: blue. Hex color #92859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92859F is #6D7A60. Grayscale: #8B8B8B. Windows color (decimal): -7174753 or 10454418. OLE color: 10454418.

HSL color Cylindrical-coordinate representation of color #92859F: hue angle of 270º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92859F is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146133159-
CMYK0.080.1600.38
HSL270º11.93%57.25%-
HSV(B)270º16.35%62.35%-
XYZ26.525.3936.3-
YUV139.85138.81132.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=33.33%
G=30.37%
B=36.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461331590.080.1600.3827011.9357.25
Hex92859F81002610ec39
Octal22220523710200464161471
Binary10010010100001011001111110001000001001101000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92859F; }

 p { color: rgb(146,133,159); }

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

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

 a { background-color: rgb(146,133,159); }

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

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

 span { border-color: rgb(146,133,159); }

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