#966EB3

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

Shades of Purple Mountain's Majesty #966EB3

Tints of Purple Mountain's Majesty #966EB3

Color information

#966EB3 (or 0x966EB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 6E and B3. RGB value is (150,110,179). Sum of RGB (Red+Green+Blue) = 150+110+179=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #966EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EB3 is #69914C. Grayscale: #818181. Windows color (decimal): -6918477 or 11759254. OLE color: 11759254.

HSL color Cylindrical-coordinate representation of color #966EB3: hue angle of 274.78º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #966EB3 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB150110179-
CMYK0.160.3900.30
HSL274.78º31.22%56.67%-
HSV(B)274.78º38.55%70.2%-
XYZ26.2920.8945.29-
YUV129.83155.75142.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 179 (70.31% from 255) = 40.77%
R=34.17%
G=25.06%
B=40.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501101790.160.3900.30274.7831.2256.67
Hex966EB3102701E1131f39
Octal22615626320470364233771
Binary100101101101110101100111000010011101111010001001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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