#967AAF

Color #967AAF Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #967AAF

Tints of Purple Mountain's Majesty #967AAF

Color information

#967AAF (or 0x967AAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7A and AF. RGB value is (150,122,175). Sum of RGB (Red+Green+Blue) = 150+122+175=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #967AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967AAF is #698550. Grayscale: #888888. Windows color (decimal): -6915409 or 11500182. OLE color: 11500182.

HSL color Cylindrical-coordinate representation of color #967AAF: hue angle of 271.7º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967AAF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150122175-
CMYK0.140.3000.31
HSL271.7º24.88%58.24%-
HSV(B)271.7º30.29%68.63%-
XYZ27.2823.543.66-
YUV136.41149.78137.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=33.56%
G=27.29%
B=39.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501221750.140.3000.31271.724.8858.24
Hex967AAFE1E01F110193a
Octal22617225716360374203172
Binary1001011011110101010111111101111001111110001000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,122,175); }

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

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

 a { background-color: rgb(150,122,175); }

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

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

 span { border-color: rgb(150,122,175); }

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