#96799D

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

Shades of Amethyst Smoke #96799D

Tints of Amethyst Smoke #96799D

Color information

#96799D (or 0x96799D) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 79 and 9D. RGB value is (150,121,157). Sum of RGB (Red+Green+Blue) = 150+121+157=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #96799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96799D is #698662. Grayscale: #858585. Windows color (decimal): -6915683 or 10320278. OLE color: 10320278.

HSL color Cylindrical-coordinate representation of color #96799D: hue angle of 288.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96799D is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150121157-
CMYK0.040.2300.38
HSL288.33º15.52%54.51%-
HSV(B)288.33º22.93%61.57%-
XYZ25.522.5934.92-
YUV133.78141.11139.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=35.05%
G=28.27%
B=36.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501211570.040.2300.38288.3315.5254.51
Hex96799D4170261201037
Octal2261712354270464402067
Binary1001011011110011001110110010111010011010010000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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