#966EBA

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

Shades of Purple Mountain's Majesty #966EBA

Tints of Purple Mountain's Majesty #966EBA

Color information

#966EBA (or 0x966EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 6E and BA. RGB value is (150,110,186). Sum of RGB (Red+Green+Blue) = 150+110+186=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #966EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EBA is #699145. Grayscale: #828282. Windows color (decimal): -6918470 or 12218006. OLE color: 12218006.

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

Color convert

RGB150110186-
CMYK0.190.4100.27
HSL271.58º35.51%58.04%-
HSV(B)271.58º40.86%72.94%-
XYZ27.0221.1849.12-
YUV130.62159.25141.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=33.63%
G=24.66%
B=41.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501101860.190.4100.27271.5835.5158.04
Hex966EBA132901B110243a
Octal22615627223510334204472
Binary1001011011011101011101010011101001011011100010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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