#8F8592

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

Shades of Amethyst Smoke #8F8592

Tints of Amethyst Smoke #8F8592

Color information

#8F8592 (or 0x8F8592) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 85 and 92. RGB value is (143,133,146). Sum of RGB (Red+Green+Blue) = 143+133+146=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F8592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8592 is #707A6D. Grayscale: #898989. Windows color (decimal): -7371374 or 9602447. OLE color: 9602447.

HSL color Cylindrical-coordinate representation of color #8F8592: hue angle of 286.15º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F8592 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB143133146-
CMYK0.020.0900.43
HSL286.15º5.63%54.71%-
HSV(B)286.15º8.9%57.25%-
XYZ24.924.6930.65-
YUV137.47132.81131.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.89%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=33.89%
G=31.52%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431331460.020.0900.43286.155.6354.71
Hex8F85922902B11e637
Octal217205222211053436667
Binary1000111110000101100100101010010101011100011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F8592; }

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

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

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

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

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

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

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

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