#96809B

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

Shades of Amethyst Smoke #96809B

Tints of Amethyst Smoke #96809B

Color information

#96809B (or 0x96809B) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 80 and 9B. RGB value is (150,128,155). Sum of RGB (Red+Green+Blue) = 150+128+155=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #96809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96809B is #697F64. Grayscale: #898989. Windows color (decimal): -6913893 or 10190998. OLE color: 10190998.

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

Color convert

RGB150128155-
CMYK0.030.1700.39
HSL288.89º11.89%55.49%-
HSV(B)288.89º17.42%60.78%-
XYZ26.2124.2934.32-
YUV137.66137.79136.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=34.64%
G=29.56%
B=35.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501281550.030.1700.39288.8911.8955.49
Hex96809B311027121c37
Octal2262002333210474411467
Binary100101101000000010011011111000101001111001000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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