#976BB8

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

Shades of Purple Mountain's Majesty #976BB8

Tints of Purple Mountain's Majesty #976BB8

Color information

#976BB8 (or 0x976BB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 6B and B8. RGB value is (151,107,184). Sum of RGB (Red+Green+Blue) = 151+107+184=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: blue. Hex color #976BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BB8 is #689447. Grayscale: #808080. Windows color (decimal): -6853704 or 12086167. OLE color: 12086167.

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

Color convert

RGB151107184-
CMYK0.180.4200.28
HSL274.29º35.16%57.06%-
HSV(B)274.29º41.85%72.16%-
XYZ26.6720.5647.91-
YUV128.93159.08143.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 184 (72.27% from 255) = 41.63%
R=34.16%
G=24.21%
B=41.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511071840.180.4200.28274.2935.1657.06
Hex976BB8122A01C1122339
Octal22715327022520344224371
Binary1001011111010111011100010010101010011100100010010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,107,184); }

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

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

 a { background-color: rgb(151,107,184); }

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

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

 span { border-color: rgb(151,107,184); }

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