#997DB5

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

Shades of Purple Mountain's Majesty #997DB5

Tints of Purple Mountain's Majesty #997DB5

Color information

#997DB5 (or 0x997DB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7D and B5. RGB value is (153,125,181). Sum of RGB (Red+Green+Blue) = 153+125+181=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #997DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DB5 is #66824A. Grayscale: #8B8B8B. Windows color (decimal): -6718027 or 11894169. OLE color: 11894169.

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

Color convert

RGB153125181-
CMYK0.150.3100.29
HSL270º27.45%60%-
HSV(B)270º30.94%70.98%-
XYZ28.8124.7846.98-
YUV139.76151.28137.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=33.33%
G=27.23%
B=39.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531251810.150.3100.2927027.4560
Hex997DB5F1F01D10e1b3c
Octal23117526517370354163374
Binary1001100111111011011010111111111101110110000111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,125,181); }

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

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

 a { background-color: rgb(153,125,181); }

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

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

 span { border-color: rgb(153,125,181); }

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