#967CB4

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

Shades of Purple Mountain's Majesty #967CB4

Tints of Purple Mountain's Majesty #967CB4

Color information

#967CB4 (or 0x967CB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7C and B4. RGB value is (150,124,180). Sum of RGB (Red+Green+Blue) = 150+124+180=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #967CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CB4 is #69834B. Grayscale: #898989. Windows color (decimal): -6914892 or 11828374. OLE color: 11828374.

HSL color Cylindrical-coordinate representation of color #967CB4: hue angle of 267.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #967CB4 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB150124180-
CMYK0.170.3100.29
HSL267.86º27.18%59.61%-
HSV(B)267.86º31.11%70.59%-
XYZ28.0224.1946.37-
YUV138.16151.61136.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=33.04%
G=27.31%
B=39.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501241800.170.3100.29267.8627.1859.61
Hex967CB4111F01D10c1b3c
Octal22617426421370354143374
Binary10010110111110010110100100011111101110110000110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,124,180); }

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

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

 a { background-color: rgb(150,124,180); }

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

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

 span { border-color: rgb(150,124,180); }

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