#99959B

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

Shades of Amethyst Smoke #99959B

Tints of Amethyst Smoke #99959B

Color information

#99959B (or 0x99959B) is unknown color: approx 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

RGB153149155-
CMYK0.010.0400.39
HSL280º2.91%59.61%-
HSV(B)280º3.87%60.78%-
XYZ29.830.6335.35-
YUV150.88130.33129.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=33.48%
G=32.60%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531491550.010.0400.392802.9159.61
Hex99959B1402711833c
Octal23122523314047430374
Binary1001100110010101100110111100010011110001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>