#96869B

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

Shades of Amethyst Smoke #96869B

Tints of Amethyst Smoke #96869B

Color information

#96869B (or 0x96869B) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 86 and 9B. RGB value is (150,134,155). Sum of RGB (Red+Green+Blue) = 150+134+155=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #96869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96869B is #697964. Grayscale: #8D8D8D. Windows color (decimal): -6912357 or 10192534. OLE color: 10192534.

HSL color Cylindrical-coordinate representation of color #96869B: hue angle of 285.71º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96869B is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150134155-
CMYK0.030.1400.39
HSL285.71º9.5%56.67%-
HSV(B)285.71º13.55%60.78%-
XYZ27.0225.934.59-
YUV141.18135.8134.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=34.17%
G=30.52%
B=35.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501341550.030.1400.39285.719.556.67
Hex96869B3E02711ea39
Octal2262062333160474361271
Binary10010110100001101001101111111001001111000111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96869B; }

 p { color: rgb(150,134,155); }

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

<style>
 a { background-color: #96869B; }

 a { background-color: rgb(150,134,155); }

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

<style>
 span { border-color: #96869B; }

 span { border-color: rgb(150,134,155); }

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