#98859B

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

Shades of Amethyst Smoke #98859B

Tints of Amethyst Smoke #98859B

Color information

#98859B (or 0x98859B) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 85 and 9B. RGB value is (152,133,155). Sum of RGB (Red+Green+Blue) = 152+133+155=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #98859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98859B is #677A64. Grayscale: #8D8D8D. Windows color (decimal): -6781541 or 10192280. OLE color: 10192280.

HSL color Cylindrical-coordinate representation of color #98859B: hue angle of 291.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98859B is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152133155-
CMYK0.020.1400.39
HSL291.82º9.91%56.47%-
HSV(B)291.82º14.19%60.78%-
XYZ27.2525.8234.56-
YUV141.19135.79135.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=34.55%
G=30.23%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521331550.020.1400.39291.829.9156.47
Hex98859B2E027124a38
Octal2302052332160474441270
Binary10011000100001011001101110111001001111001001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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