#997CC1

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

Shades of Purple Mountain's Majesty #997CC1

Tints of Purple Mountain's Majesty #997CC1

Color information

#997CC1 (or 0x997CC1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7C and C1. RGB value is (153,124,193). Sum of RGB (Red+Green+Blue) = 153+124+193=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #997CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CC1 is #66833E. Grayscale: #8C8C8C. Windows color (decimal): -6718271 or 12680345. OLE color: 12680345.

HSL color Cylindrical-coordinate representation of color #997CC1: hue angle of 265.22º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #997CC1 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB153124193-
CMYK0.210.3600.24
HSL265.22º35.75%62.16%-
HSV(B)265.22º35.75%75.69%-
XYZ29.9725.0453.71-
YUV140.54157.61136.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 193 (75.78% from 255) = 41.06%
R=32.55%
G=26.38%
B=41.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531241930.210.3600.24265.2235.7562.16
Hex997CC11524018109243e
Octal23117430125440304114476
Binary1001100111111001100000110101100100011000100001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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