#967B9C

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

Shades of Amethyst Smoke #967B9C

Tints of Amethyst Smoke #967B9C

Color information

#967B9C (or 0x967B9C) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 7B and 9C. RGB value is (150,123,156). Sum of RGB (Red+Green+Blue) = 150+123+156=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #967B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967B9C is #698463. Grayscale: #868686. Windows color (decimal): -6915172 or 10255254. OLE color: 10255254.

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

Color convert

RGB150123156-
CMYK0.040.2100.39
HSL289.09º14.29%54.71%-
HSV(B)289.09º21.15%61.18%-
XYZ25.6623.0534.55-
YUV134.83139.95138.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 123 (48.44% from 255) = 28.67%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=34.97%
G=28.67%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501231560.040.2100.39289.0914.2954.71
Hex967B9C415027121e37
Octal2261732344250474411667
Binary100101101111011100111001001010101001111001000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,123,156); }

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

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

 a { background-color: rgb(150,123,156); }

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

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

 span { border-color: rgb(150,123,156); }

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