#997CB3

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

Shades of Purple Mountain's Majesty #997CB3

Tints of Purple Mountain's Majesty #997CB3

Color information

#997CB3 (or 0x997CB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7C and B3. RGB value is (153,124,179). Sum of RGB (Red+Green+Blue) = 153+124+179=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 179 - color contains mainly: blue. Hex color #997CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CB3 is #66834C. Grayscale: #8A8A8A. Windows color (decimal): -6718285 or 11762841. OLE color: 11762841.

HSL color Cylindrical-coordinate representation of color #997CB3: hue angle of 271.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #997CB3 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB153124179-
CMYK0.150.3100.30
HSL271.64º26.57%59.41%-
HSV(B)271.64º30.73%70.2%-
XYZ28.4824.4445.86-
YUV138.94150.61138.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 179 (70.31% from 255) = 39.25%
R=33.55%
G=27.19%
B=39.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531241790.150.3100.30271.6426.5759.41
Hex997CB3F1F01E1101b3b
Octal23117426317370364203373
Binary1001100111111001011001111111111101111010001000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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