#966FBA

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

Shades of Purple Mountain's Majesty #966FBA

Tints of Purple Mountain's Majesty #966FBA

Color information

#966FBA (or 0x966FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 6F and BA. RGB value is (150,111,186). Sum of RGB (Red+Green+Blue) = 150+111+186=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #966FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FBA is #699045. Grayscale: #828282. Windows color (decimal): -6918214 or 12218262. OLE color: 12218262.

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

Color convert

RGB150111186-
CMYK0.190.4000.27
HSL271.2º35.21%58.24%-
HSV(B)271.2º40.32%72.94%-
XYZ27.1321.449.15-
YUV131.21158.92141.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=33.56%
G=24.83%
B=41.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501111860.190.4000.27271.235.2158.24
Hex966FBA132801B10f233a
Octal22615727223500334174372
Binary1001011011011111011101010011101000011011100001111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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