#98859C

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

Shades of Amethyst Smoke #98859C

Tints of Amethyst Smoke #98859C

Color information

#98859C (or 0x98859C) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 85 and 9C. RGB value is (152,133,156). Sum of RGB (Red+Green+Blue) = 152+133+156=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #98859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98859C is #677A63. Grayscale: #8D8D8D. Windows color (decimal): -6781540 or 10257816. OLE color: 10257816.

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

Color convert

RGB152133156-
CMYK0.030.1500.39
HSL289.57º10.41%56.67%-
HSV(B)289.57º14.74%61.18%-
XYZ27.3425.8535-
YUV141.3136.29135.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=34.47%
G=30.16%
B=35.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521331560.030.1500.39289.5710.4156.67
Hex98859C3F027122a39
Octal2302052343170474421271
Binary10011000100001011001110011111101001111001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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