#967AAD

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

Shades of Purple Mountain's Majesty #967AAD

Tints of Purple Mountain's Majesty #967AAD

Color information

#967AAD (or 0x967AAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7A and AD. RGB value is (150,122,173). Sum of RGB (Red+Green+Blue) = 150+122+173=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #967AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967AAD is #698552. Grayscale: #888888. Windows color (decimal): -6915411 or 11369110. OLE color: 11369110.

HSL color Cylindrical-coordinate representation of color #967AAD: hue angle of 272.94º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #967AAD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150122173-
CMYK0.130.2900.32
HSL272.94º23.72%57.84%-
HSV(B)272.94º29.48%67.84%-
XYZ27.0823.4242.63-
YUV136.19148.78137.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=33.71%
G=27.42%
B=38.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501221730.130.2900.32272.9423.7257.84
Hex967AADD1D020111183a
Octal22617225515350404213072
Binary10010110111101010101101110111101010000010001000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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