#967899

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

Shades of Amethyst Smoke #967899

Tints of Amethyst Smoke #967899

Color information

#967899 (or 0x967899) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 78 and 99. RGB value is (150,120,153). Sum of RGB (Red+Green+Blue) = 150+120+153=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #967899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967899 is #698766. Grayscale: #848484. Windows color (decimal): -6915943 or 10057878. OLE color: 10057878.

HSL color Cylindrical-coordinate representation of color #967899: hue angle of 294.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967899 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB150120153-
CMYK0.020.2200.4
HSL294.55º13.92%53.53%-
HSV(B)294.55º21.57%60%-
XYZ25.0422.2233.11-
YUV132.73139.44140.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=35.46%
G=28.37%
B=36.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501201530.020.2200.4294.5513.9253.53
Hex967899216028127e36
Octal2261702312260504471666
Binary10010110111100010011001101011001010001001001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967899; }

 p { color: rgb(150,120,153); }

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

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

 a { background-color: rgb(150,120,153); }

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

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

 span { border-color: rgb(150,120,153); }

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