#968F99

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

Shades of Amethyst Smoke #968F99

Tints of Amethyst Smoke #968F99

Color information

#968F99 (or 0x968F99) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 8F and 99. RGB value is (150,143,153). Sum of RGB (Red+Green+Blue) = 150+143+153=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 153 - color contains mainly: blue. Hex color #968F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F99 is #697066. Grayscale: #929292. Windows color (decimal): -6910055 or 10063766. OLE color: 10063766.

HSL color Cylindrical-coordinate representation of color #968F99: hue angle of 282º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968F99 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB150143153-
CMYK0.020.0700.4
HSL282º4.67%58.04%-
HSV(B)282º6.54%60%-
XYZ28.1528.4334.14-
YUV146.23131.82130.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=33.63%
G=32.06%
B=34.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501431530.020.0700.42824.6758.04
Hex968F992702811a53a
Octal22621723127050432572
Binary100101101000111110011001101110101000100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968F99; }

 p { color: rgb(150,143,153); }

 H1.HeaderClassName
 {
   color: #968F99;
 }
 .AnyTagClassName
 {
   color: #968F99;
 }
</style>
background-color css

<style>
 a { background-color: #968F99; }

 a { background-color: rgb(150,143,153); }

 div.DivClassName
 {
   background-color: #968F99;
 }
 .BgClassName
 {
   background-color: #968F99;
 }
</style>
border-color css

<style>
 span { border-color: #968F99; }

 span { border-color: rgb(150,143,153); }

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