#967CBA

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

Shades of Purple Mountain's Majesty #967CBA

Tints of Purple Mountain's Majesty #967CBA

Color information

#967CBA (or 0x967CBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7C and BA. RGB value is (150,124,186). Sum of RGB (Red+Green+Blue) = 150+124+186=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #967CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CBA is #698345. Grayscale: #8A8A8A. Windows color (decimal): -6914886 or 12221590. OLE color: 12221590.

HSL color Cylindrical-coordinate representation of color #967CBA: hue angle of 265.16º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967CBA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150124186-
CMYK0.190.3300.27
HSL265.16º31%60.78%-
HSV(B)265.16º33.33%72.94%-
XYZ28.6524.4449.66-
YUV138.84154.61135.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=32.61%
G=26.96%
B=40.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501241860.190.3300.27265.163160.78
Hex967CBA132101B1091f3d
Octal22617427223410334113775
Binary100101101111100101110101001110000101101110000100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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