#98859F

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

Shades of Amethyst Smoke #98859F

Tints of Amethyst Smoke #98859F

Color information

#98859F (or 0x98859F) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 85 and 9F. RGB value is (152,133,159). Sum of RGB (Red+Green+Blue) = 152+133+159=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 159 - color contains mainly: blue. Hex color #98859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98859F is #677A60. Grayscale: #8D8D8D. Windows color (decimal): -6781537 or 10454424. OLE color: 10454424.

HSL color Cylindrical-coordinate representation of color #98859F: hue angle of 283.85º 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 #98859F is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152133159-
CMYK0.040.1600.38
HSL283.85º11.93%57.25%-
HSV(B)283.85º16.35%62.35%-
XYZ27.5925.9536.36-
YUV141.65137.79135.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=34.23%
G=29.95%
B=35.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521331590.040.1600.38283.8511.9357.25
Hex98859F41002611cc39
Octal2302052374200464341471
Binary1001100010000101100111111001000001001101000111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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