#976EBA

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

Shades of Purple Mountain's Majesty #976EBA

Tints of Purple Mountain's Majesty #976EBA

Color information

#976EBA (or 0x976EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 6E and BA. RGB value is (151,110,186). Sum of RGB (Red+Green+Blue) = 151+110+186=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 110 (43.36% from 255 or 24.61% 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 #976EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EBA is #689145. Grayscale: #828282. Windows color (decimal): -6852934 or 12218007. OLE color: 12218007.

HSL color Cylindrical-coordinate representation of color #976EBA: hue angle of 272.37º 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 #976EBA is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151110186-
CMYK0.190.4100.27
HSL272.37º35.51%58.04%-
HSV(B)272.37º40.86%72.94%-
XYZ27.221.2849.13-
YUV130.92159.08142.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=33.78%
G=24.61%
B=41.61%

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
Decimal1511101860.190.4100.27272.3735.5158.04
Hex976EBA132901B110243a
Octal22715627223510334204472
Binary1001011111011101011101010011101001011011100010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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