#96829D

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

Shades of Amethyst Smoke #96829D

Tints of Amethyst Smoke #96829D

Color information

#96829D (or 0x96829D) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 82 and 9D. RGB value is (150,130,157). Sum of RGB (Red+Green+Blue) = 150+130+157=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #96829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96829D is #697D62. Grayscale: #8A8A8A. Windows color (decimal): -6913379 or 10322582. OLE color: 10322582.

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

Color convert

RGB150130157-
CMYK0.040.1700.38
HSL284.44º12.11%56.27%-
HSV(B)284.44º17.2%61.57%-
XYZ26.6524.8835.3-
YUV139.06138.13135.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=34.32%
G=29.75%
B=35.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501301570.040.1700.38284.4412.1156.27
Hex96829D41102611cc38
Octal2262022354210464341470
Binary1001011010000010100111011001000101001101000111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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