#967F9B

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

Shades of Amethyst Smoke #967F9B

Tints of Amethyst Smoke #967F9B

Color information

#967F9B (or 0x967F9B) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 7F and 9B. RGB value is (150,127,155). Sum of RGB (Red+Green+Blue) = 150+127+155=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #967F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F9B is #698064. Grayscale: #888888. Windows color (decimal): -6914149 or 10190742. OLE color: 10190742.

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

Color convert

RGB150127155-
CMYK0.030.1800.39
HSL289.29º12.28%55.29%-
HSV(B)289.29º18.06%60.78%-
XYZ26.0824.0334.27-
YUV137.07138.12137.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=34.72%
G=29.40%
B=35.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501271550.030.1800.39289.2912.2855.29
Hex967F9B312027121c37
Octal2261772333220474411467
Binary10010110111111110011011111001001001111001000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967F9B; }

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

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

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

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

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

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

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

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