#967FA4

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

Shades of Amethyst Smoke #967FA4

Tints of Amethyst Smoke #967FA4

Color information

#967FA4 (or 0x967FA4) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 7F and A4. RGB value is (150,127,164). Sum of RGB (Red+Green+Blue) = 150+127+164=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 164 - color contains mainly: blue. Hex color #967FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967FA4 is #69805B. Grayscale: #898989. Windows color (decimal): -6914140 or 10780566. OLE color: 10780566.

HSL color Cylindrical-coordinate representation of color #967FA4: hue angle of 277.3º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967FA4 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150127164-
CMYK0.090.2300.36
HSL277.3º16.89%57.06%-
HSV(B)277.3º22.56%64.31%-
XYZ26.8724.3438.4-
YUV138.1142.62136.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=34.01%
G=28.80%
B=37.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501271640.090.2300.36277.316.8957.06
Hex967FA49170241151139
Octal22617724411270444252171
Binary10010110111111110100100100110111010010010001010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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