#966EB7

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

Shades of Purple Mountain's Majesty #966EB7

Tints of Purple Mountain's Majesty #966EB7

Color information

#966EB7 (or 0x966EB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 6E and B7. RGB value is (150,110,183). Sum of RGB (Red+Green+Blue) = 150+110+183=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #966EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EB7 is #699148. Grayscale: #828282. Windows color (decimal): -6918473 or 12021398. OLE color: 12021398.

HSL color Cylindrical-coordinate representation of color #966EB7: hue angle of 272.88º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #966EB7 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB150110183-
CMYK0.180.4000.28
HSL272.88º33.64%57.45%-
HSV(B)272.88º39.89%71.76%-
XYZ26.721.0547.46-
YUV130.28157.75142.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=33.86%
G=24.83%
B=41.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501101830.180.4000.28272.8833.6457.45
Hex966EB7122801C1112239
Octal22615626722500344214271
Binary1001011011011101011011110010101000011100100010001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966EB7; }

 p { color: rgb(150,110,183); }

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

<style>
 a { background-color: #966EB7; }

 a { background-color: rgb(150,110,183); }

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

<style>
 span { border-color: #966EB7; }

 span { border-color: rgb(150,110,183); }

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