#966EB5

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

Shades of Purple Mountain's Majesty #966EB5

Tints of Purple Mountain's Majesty #966EB5

Color information

#966EB5 (or 0x966EB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 6E and B5. RGB value is (150,110,181). Sum of RGB (Red+Green+Blue) = 150+110+181=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #966EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EB5 is #69914A. Grayscale: #818181. Windows color (decimal): -6918475 or 11890326. OLE color: 11890326.

HSL color Cylindrical-coordinate representation of color #966EB5: hue angle of 273.8º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #966EB5 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB150110181-
CMYK0.170.3900.29
HSL273.8º32.42%57.06%-
HSV(B)273.8º39.23%70.98%-
XYZ26.4920.9746.37-
YUV130.05156.75142.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=34.01%
G=24.94%
B=41.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501101810.170.3900.29273.832.4257.06
Hex966EB5112701D1122039
Octal22615626521470354224071
Binary1001011011011101011010110001100111011101100010010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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