#977FB8

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

Shades of Purple Mountain's Majesty #977FB8

Tints of Purple Mountain's Majesty #977FB8

Color information

#977FB8 (or 0x977FB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7F and B8. RGB value is (151,127,184). Sum of RGB (Red+Green+Blue) = 151+127+184=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #977FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FB8 is #688047. Grayscale: #8C8C8C. Windows color (decimal): -6848584 or 12091287. OLE color: 12091287.

HSL color Cylindrical-coordinate representation of color #977FB8: hue angle of 265.26º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #977FB8 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB151127184-
CMYK0.180.3100.28
HSL265.26º28.64%60.98%-
HSV(B)265.26º30.98%72.16%-
XYZ2925.2248.69-
YUV140.67152.45135.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.68%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 184 (72.27% from 255) = 39.83%
R=32.68%
G=27.49%
B=39.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511271840.180.3100.28265.2628.6460.98
Hex977FB8121F01C1091d3d
Octal22717727022370344113575
Binary10010111111111110111000100101111101110010000100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977FB8; }

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

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

<style>
 a { background-color: #977FB8; }

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

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

<style>
 span { border-color: #977FB8; }

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

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