#967CA1

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

Shades of Amethyst Smoke #967CA1

Tints of Amethyst Smoke #967CA1

Color information

#967CA1 (or 0x967CA1) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 7C and A1. RGB value is (150,124,161). Sum of RGB (Red+Green+Blue) = 150+124+161=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 161 - color contains mainly: blue. Hex color #967CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967CA1 is #69835E. Grayscale: #878787. Windows color (decimal): -6914911 or 10583190. OLE color: 10583190.

HSL color Cylindrical-coordinate representation of color #967CA1: hue angle of 282.16º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967CA1 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB150124161-
CMYK0.070.2300.37
HSL282.16º16.44%55.88%-
HSV(B)282.16º22.98%63.14%-
XYZ26.2223.4736.87-
YUV135.99142.11137.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=34.48%
G=28.51%
B=37.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1501241610.070.2300.37282.1616.4455.88
Hex967CA171702511a1038
Octal2261742417270454322070
Binary1001011011111001010000111110111010010110001101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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