#976CB9

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

Shades of Purple Mountain's Majesty #976CB9

Tints of Purple Mountain's Majesty #976CB9

Color information

#976CB9 (or 0x976CB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 6C and B9. RGB value is (151,108,185). Sum of RGB (Red+Green+Blue) = 151+108+185=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #976CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CB9 is #689346. Grayscale: #818181. Windows color (decimal): -6853447 or 12151959. OLE color: 12151959.

HSL color Cylindrical-coordinate representation of color #976CB9: hue angle of 273.51º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #976CB9 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151108185-
CMYK0.180.4200.27
HSL273.51º35.48%57.45%-
HSV(B)273.51º41.62%72.55%-
XYZ26.8820.8148.5-
YUV129.64159.25143.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 185 (72.66% from 255) = 41.67%
R=34.01%
G=24.32%
B=41.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511081850.180.4200.27273.5135.4857.45
Hex976CB9122A01B1122339
Octal22715427122520334224371
Binary1001011111011001011100110010101010011011100010010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,108,185); }

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

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

 a { background-color: rgb(151,108,185); }

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

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

 span { border-color: rgb(151,108,185); }

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