#976EBB

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

Shades of Purple Mountain's Majesty #976EBB

Tints of Purple Mountain's Majesty #976EBB

Color information

#976EBB (or 0x976EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 6E and BB. RGB value is (151,110,187). Sum of RGB (Red+Green+Blue) = 151+110+187=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #976EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EBB is #689144. Grayscale: #828282. Windows color (decimal): -6852933 or 12283543. OLE color: 12283543.

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

Color convert

RGB151110187-
CMYK0.190.4100.27
HSL271.95º36.15%58.24%-
HSV(B)271.95º41.18%73.33%-
XYZ27.3121.3249.69-
YUV131.04159.58142.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 110 (43.36% from 255) = 24.55%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=33.71%
G=24.55%
B=41.74%

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
Decimal1511101870.190.4100.27271.9536.1558.24
Hex976EBB132901B110243a
Octal22715627323510334204472
Binary1001011111011101011101110011101001011011100010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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