#967BAD

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

Shades of Purple Mountain's Majesty #967BAD

Tints of Purple Mountain's Majesty #967BAD

Color information

#967BAD (or 0x967BAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7B and AD. RGB value is (150,123,173). Sum of RGB (Red+Green+Blue) = 150+123+173=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #967BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAD is #698452. Grayscale: #888888. Windows color (decimal): -6915155 or 11369366. OLE color: 11369366.

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

Color convert

RGB150123173-
CMYK0.130.2900.32
HSL272.4º23.36%58.04%-
HSV(B)272.4º28.9%67.84%-
XYZ27.223.6742.67-
YUV136.77148.45137.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=33.63%
G=27.58%
B=38.79%

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
Decimal1501231730.130.2900.32272.423.3658.04
Hex967BADD1D020110173a
Octal22617325515350404202772
Binary10010110111101110101101110111101010000010001000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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