#997CBB

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

Shades of Purple Mountain's Majesty #997CBB

Tints of Purple Mountain's Majesty #997CBB

Color information

#997CBB (or 0x997CBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7C and BB. RGB value is (153,124,187). Sum of RGB (Red+Green+Blue) = 153+124+187=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #997CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CBB is #668344. Grayscale: #8B8B8B. Windows color (decimal): -6718277 or 12287129. OLE color: 12287129.

HSL color Cylindrical-coordinate representation of color #997CBB: hue angle of 267.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997CBB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153124187-
CMYK0.180.3400.27
HSL267.62º31.66%60.98%-
HSV(B)267.62º33.69%73.33%-
XYZ29.3124.7850.25-
YUV139.85154.61137.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=32.97%
G=26.72%
B=40.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531241870.180.3400.27267.6231.6660.98
Hex997CBB122201B10c203d
Octal23117427322420334144075
Binary1001100111111001011101110010100010011011100001100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997CBB; }

 p { color: rgb(153,124,187); }

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

<style>
 a { background-color: #997CBB; }

 a { background-color: rgb(153,124,187); }

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

<style>
 span { border-color: #997CBB; }

 span { border-color: rgb(153,124,187); }

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