#967C9C

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

Shades of Amethyst Smoke #967C9C

Tints of Amethyst Smoke #967C9C

Color information

#967C9C (or 0x967C9C) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 7C and 9C. RGB value is (150,124,156). Sum of RGB (Red+Green+Blue) = 150+124+156=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #967C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967C9C is #698363. Grayscale: #878787. Windows color (decimal): -6914916 or 10255510. OLE color: 10255510.

HSL color Cylindrical-coordinate representation of color #967C9C: hue angle of 288.75º 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 #967C9C is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150124156-
CMYK0.040.2100.39
HSL288.75º13.91%54.9%-
HSV(B)288.75º20.51%61.18%-
XYZ25.7923.334.59-
YUV135.42139.61138.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=34.88%
G=28.84%
B=36.28%

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
Decimal1501241560.040.2100.39288.7513.9154.9
Hex967C9C415027121e37
Octal2261742344250474411667
Binary100101101111100100111001001010101001111001000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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