Html Css Color HEX #99859E Amethyst Smoke

📋 copy color: '#99859E'

red 153 ◦ green 133 ◦ blue 158

#99859E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #99859E

Tints of Amethyst Smoke #99859E

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 value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99859E (or 0x99859E) is known color: 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

RGB 153 133 158 -
CMYK 0.03 0.16 0 0.38
HSL 288º 0.11% 0.57% -
HSV(B) 288º 0.16% 0.62% -
XYZ 27.7 26.02 35.91 -
YUV 141.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 153 133 158 0.03 0.16 0 0.38 288 0.11 0.57
Hex 99 85 9E 3 10 0 26 120 B 39
Octal 231 205 236 3 20 0 46 440 13 71
Binary 10011001 10000101 10011110 11 10000 0 100110 100100000 1011 111001

Color Harmonies of #99859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99859E

Black with #99859E

Text Example


Text Example

White with #99859E

Text Example


Text Example

HTML Codes & Css Web 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>