#96799A

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

Shades of Amethyst Smoke #96799A

Tints of Amethyst Smoke #96799A

Color information

#96799A (or 0x96799A) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 79 and 9A. RGB value is (150,121,154). Sum of RGB (Red+Green+Blue) = 150+121+154=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 154 - color contains mainly: blue. Hex color #96799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96799A is #698665. Grayscale: #858585. Windows color (decimal): -6915686 or 10123670. OLE color: 10123670.

HSL color Cylindrical-coordinate representation of color #96799A: hue angle of 292.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96799A is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB150121154-
CMYK0.030.2100.40
HSL292.73º14.04%53.92%-
HSV(B)292.73º21.43%60.39%-
XYZ25.2522.4933.58-
YUV133.43139.61139.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=35.29%
G=28.47%
B=36.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501211540.030.2100.40292.7314.0453.92
Hex96799A315028125e36
Octal2261712323250504451666
Binary10010110111100110011010111010101010001001001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96799A; }

 p { color: rgb(150,121,154); }

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

<style>
 a { background-color: #96799A; }

 a { background-color: rgb(150,121,154); }

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

<style>
 span { border-color: #96799A; }

 span { border-color: rgb(150,121,154); }

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