#966BBA

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

Shades of Purple Mountain's Majesty #966BBA

Tints of Purple Mountain's Majesty #966BBA

Color information

#966BBA (or 0x966BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 6B and BA. RGB value is (150,107,186). Sum of RGB (Red+Green+Blue) = 150+107+186=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #966BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BBA is #699445. Grayscale: #808080. Windows color (decimal): -6919238 or 12217238. OLE color: 12217238.

HSL color Cylindrical-coordinate representation of color #966BBA: hue angle of 272.66º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #966BBA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150107186-
CMYK0.190.4200.27
HSL272.66º36.41%57.45%-
HSV(B)272.66º42.47%72.94%-
XYZ26.720.5449.01-
YUV128.86160.25143.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=33.86%
G=24.15%
B=41.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501071860.190.4200.27272.6636.4157.45
Hex966BBA132A01B1112439
Octal22615327223520334214471
Binary1001011011010111011101010011101010011011100010001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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