Html Css Color HEX #99879F Amethyst Smoke

📋 copy color: '#99879F'

red 153 ◦ green 135 ◦ blue 159

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

Shades of Amethyst Smoke #99879F

Tints of Amethyst Smoke #99879F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.2%

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

R = 34.23%
G = 30.2%
B = 35.57%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99879F (or 0x99879F) is known color: Amethyst Smoke. HEX triplet: 99, 87 and 9F. RGB value is (153,135,159). Sum of RGB (Red+Green+Blue) = 153+135+159=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 159 - color contains mainly: blue. Hex color #99879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99879F is #667860. Grayscale: #8F8F8F. Windows color (decimal): -6715489 or 10454937. OLE color: 10454937.

HSL color Cylindrical-coordinate representation of color #99879F: hue angle of 285º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99879F is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 135 159 -
CMYK 0.04 0.15 0 0.38
HSL 285º 0.11% 0.58% -
HSV(B) 285º 0.15% 0.62% -
XYZ 28.06 26.6 36.46 -
YUV 143.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 153 135 159 0.04 0.15 0 0.38 285 0.11 0.58
Hex 99 87 9F 4 F 0 26 11D B 3A
Octal 231 207 237 4 17 0 46 435 13 72
Binary 10011001 10000111 10011111 100 1111 0 100110 100011101 1011 111010

Color Harmonies of #99879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99879F

Black with #99879F

Text Example


Text Example

White with #99879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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