Html Css Color HEX #99959B Amethyst Smoke

📋 copy color: '#99959B'

red 153 ◦ green 149 ◦ blue 155

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

Shades of Amethyst Smoke #99959B

Tints of Amethyst Smoke #99959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

 BLUE value IS 155 (60.94% from 255) = 33.92%

R = 33.48%
G = 32.6%
B = 33.92%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99959B (or 0x99959B) is known color: Amethyst Smoke. HEX triplet: 99, 95 and 9B. RGB value is (153,149,155). Sum of RGB (Red+Green+Blue) = 153+149+155=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 155 - color contains mainly: blue. Hex color #99959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99959B is #666A64. Grayscale: #969696. Windows color (decimal): -6711909 or 10196377. OLE color: 10196377.

HSL color Cylindrical-coordinate representation of color #99959B: hue angle of 280º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #99959B is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 149 155 -
CMYK 0.01 0.04 0 0.39
HSL 280º 0.03% 0.6% -
HSV(B) 280º 0.04% 0.61% -
XYZ 29.8 30.63 35.35 -
YUV 150.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 153 149 155 0.01 0.04 0 0.39 280 0.03 0.6
Hex 99 95 9B 1 4 0 27 118 3 3C
Octal 231 225 233 1 4 0 47 430 3 74
Binary 10011001 10010101 10011011 1 100 0 100111 100011000 11 111100

Color Harmonies of #99959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99959B

Black with #99959B

Text Example


Text Example

White with #99959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99959B; }

 p { color: rgb(153,149,155); }

 H1.HeaderClassName
 {
   color: #99959B;
 }
 .AnyTagClassName
 {
   color: #99959B;
 }
</style>

background-color css

<style>
 a { background-color: #99959B; }

 a { background-color: rgb(153,149,155); }

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

border-color css

<style>
 span { border-color: #99959B; }

 span { border-color: rgb(153,149,155); }

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