#997CB8

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

Shades of Purple Mountain's Majesty #997CB8

Tints of Purple Mountain's Majesty #997CB8

Color information

#997CB8 (or 0x997CB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7C and B8. RGB value is (153,124,184). Sum of RGB (Red+Green+Blue) = 153+124+184=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #997CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CB8 is #668347. Grayscale: #8B8B8B. Windows color (decimal): -6718280 or 12090521. OLE color: 12090521.

HSL color Cylindrical-coordinate representation of color #997CB8: hue angle of 269º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997CB8 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB153124184-
CMYK0.170.3300.28
HSL269º29.7%60.39%-
HSV(B)269º32.61%72.16%-
XYZ2924.6548.58-
YUV139.51153.11137.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 184 (72.27% from 255) = 39.91%
R=33.19%
G=26.90%
B=39.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531241840.170.3300.2826929.760.39
Hex997CB8112101C10d1e3c
Octal23117427021410344153674
Binary100110011111100101110001000110000101110010000110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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