#967BB6

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

Shades of Purple Mountain's Majesty #967BB6

Tints of Purple Mountain's Majesty #967BB6

Color information

#967BB6 (or 0x967BB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7B and B6. RGB value is (150,123,182). Sum of RGB (Red+Green+Blue) = 150+123+182=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #967BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BB6 is #698449. Grayscale: #898989. Windows color (decimal): -6915146 or 11959190. OLE color: 11959190.

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

Color convert

RGB150123182-
CMYK0.180.3200.29
HSL267.46º28.78%59.8%-
HSV(B)267.46º32.42%71.37%-
XYZ28.124.0347.41-
YUV137.8152.95136.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 182 (71.48% from 255) = 40%
R=32.97%
G=27.03%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501231820.180.3200.29267.4628.7859.8
Hex967BB6122001D10b1d3c
Octal22617326622400354133574
Binary100101101111011101101101001010000001110110000101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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