#966CBA

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

Shades of Purple Mountain's Majesty #966CBA

Tints of Purple Mountain's Majesty #966CBA

Color information

#966CBA (or 0x966CBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 6C and BA. RGB value is (150,108,186). Sum of RGB (Red+Green+Blue) = 150+108+186=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #966CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CBA is #699345. Grayscale: #818181. Windows color (decimal): -6918982 or 12217494. OLE color: 12217494.

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

Color convert

RGB150108186-
CMYK0.190.4200.27
HSL272.31º36.11%57.65%-
HSV(B)272.31º41.94%72.94%-
XYZ26.820.7549.05-
YUV129.45159.91142.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=33.78%
G=24.32%
B=41.89%

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
Decimal1501081860.190.4200.27272.3136.1157.65
Hex966CBA132A01B110243a
Octal22615427223520334204472
Binary1001011011011001011101010011101010011011100010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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