#99859E

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

Shades of Amethyst Smoke #99859E

Tints of Amethyst Smoke #99859E

Color information

#99859E (or 0x99859E) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 85 and 9E. RGB value is (153,133,158). Sum of RGB (Red+Green+Blue) = 153+133+158=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 158 - color contains mainly: blue. Hex color #99859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99859E is #667A61. Grayscale: #8D8D8D. Windows color (decimal): -6716002 or 10388889. OLE color: 10388889.

HSL color Cylindrical-coordinate representation of color #99859E: hue angle of 288º degrees, saturation: 0.11, 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 #99859E is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153133158-
CMYK0.030.1600.38
HSL288º11.42%57.06%-
HSV(B)288º15.82%61.96%-
XYZ27.726.0235.91-
YUV141.83137.13135.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=34.46%
G=29.95%
B=35.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531331580.030.1600.3828811.4257.06
Hex99859E310026120b39
Octal2312052363200464401371
Binary100110011000010110011110111000001001101001000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99859E; }

 p { color: rgb(153,133,158); }

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

<style>
 a { background-color: #99859E; }

 a { background-color: rgb(153,133,158); }

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

<style>
 span { border-color: #99859E; }

 span { border-color: rgb(153,133,158); }

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