#967BAC

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

Shades of Purple Mountain's Majesty #967BAC

Tints of Purple Mountain's Majesty #967BAC

Color information

#967BAC (or 0x967BAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7B and AC. RGB value is (150,123,172). Sum of RGB (Red+Green+Blue) = 150+123+172=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #967BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAC is #698453. Grayscale: #888888. Windows color (decimal): -6915156 or 11303830. OLE color: 11303830.

HSL color Cylindrical-coordinate representation of color #967BAC: hue angle of 273.06º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #967BAC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150123172-
CMYK0.130.2800.33
HSL273.06º22.79%57.84%-
HSV(B)273.06º28.49%67.45%-
XYZ27.1123.6342.16-
YUV136.66147.95137.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=33.71%
G=27.64%
B=38.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501231720.130.2800.33273.0622.7957.84
Hex967BACD1C021111173a
Octal22617325415340414212772
Binary10010110111101110101100110111100010000110001000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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