Html Css Color HEX #99869F Amethyst Smoke

📋 copy color: '#99869F'

red 153 ◦ green 134 ◦ blue 159

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

Shades of Amethyst Smoke #99869F

Tints of Amethyst Smoke #99869F

RGB

 RED value IS 153 (60.16% from 255) = 34.3%

 GREEN value IS 134 (52.73% from 255) = 30.04%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 34.3%
G = 30.04%
B = 35.65%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99869F (or 0x99869F) is known color: Amethyst Smoke. HEX triplet: 99, 86 and 9F. RGB value is (153,134,159). Sum of RGB (Red+Green+Blue) = 153+134+159=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 159 - color contains mainly: blue. Hex color #99869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99869F is #667960. Grayscale: #8E8E8E. Windows color (decimal): -6715745 or 10454681. OLE color: 10454681.

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

Color convert

RGB 153 134 159 -
CMYK 0.04 0.16 0 0.38
HSL 285.6º 0.12% 0.57% -
HSV(B) 285.6º 0.16% 0.62% -
XYZ 27.92 26.33 36.41 -
YUV 142.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 153 134 159 0.04 0.16 0 0.38 285.6 0.12 0.57
Hex 99 86 9F 4 10 0 26 11E C 39
Octal 231 206 237 4 20 0 46 436 14 71
Binary 10011001 10000110 10011111 100 10000 0 100110 100011110 1100 111001

Color Harmonies of #99869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99869F

Black with #99869F

Text Example


Text Example

White with #99869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,134,159); }

 H1.HeaderClassName
 {
   color: #99869F;
 }
 .AnyTagClassName
 {
   color: #99869F;
 }
</style>

background-color css

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

 a { background-color: rgb(153,134,159); }

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

border-color css

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

 span { border-color: rgb(153,134,159); }

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