#967EAD

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

Shades of Purple Mountain's Majesty #967EAD

Tints of Purple Mountain's Majesty #967EAD

Color information

#967EAD (or 0x967EAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7E and AD. RGB value is (150,126,173). Sum of RGB (Red+Green+Blue) = 150+126+173=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #967EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967EAD is #698152. Grayscale: #8A8A8A. Windows color (decimal): -6914387 or 11370134. OLE color: 11370134.

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

Color convert

RGB150126173-
CMYK0.130.2700.32
HSL270.64º22.27%58.63%-
HSV(B)270.64º27.17%67.84%-
XYZ27.5824.4242.8-
YUV138.53147.45136.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=33.41%
G=28.06%
B=38.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501261730.130.2700.32270.6422.2758.63
Hex967EADD1B02010f163b
Octal22617625515330404172673
Binary10010110111111010101101110111011010000010000111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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