#967BAE

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

Shades of Purple Mountain's Majesty #967BAE

Tints of Purple Mountain's Majesty #967BAE

Color information

#967BAE (or 0x967BAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7B and AE. RGB value is (150,123,174). Sum of RGB (Red+Green+Blue) = 150+123+174=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #967BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAE is #698451. Grayscale: #888888. Windows color (decimal): -6915154 or 11434902. OLE color: 11434902.

HSL color Cylindrical-coordinate representation of color #967BAE: hue angle of 271.76º 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 #967BAE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150123174-
CMYK0.140.2900.32
HSL271.76º23.94%58.24%-
HSV(B)271.76º29.31%68.24%-
XYZ27.323.7143.18-
YUV136.89148.95137.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=33.56%
G=27.52%
B=38.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501231740.140.2900.32271.7623.9458.24
Hex967BAEE1D020110183a
Octal22617325616350404203072
Binary10010110111101110101110111011101010000010001000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,123,174); }

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

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

 a { background-color: rgb(150,123,174); }

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

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

 span { border-color: rgb(150,123,174); }

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