#997BBA

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

Shades of Purple Mountain's Majesty #997BBA

Tints of Purple Mountain's Majesty #997BBA

Color information

#997BBA (or 0x997BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7B and BA. RGB value is (153,123,186). Sum of RGB (Red+Green+Blue) = 153+123+186=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #997BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BBA is #668445. Grayscale: #8A8A8A. Windows color (decimal): -6718534 or 12221337. OLE color: 12221337.

HSL color Cylindrical-coordinate representation of color #997BBA: hue angle of 268.57º degrees, saturation: 0.31, 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 #997BBA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153123186-
CMYK0.180.3400.27
HSL268.57º31.34%60.59%-
HSV(B)268.57º33.87%72.94%-
XYZ29.0824.4849.65-
YUV139.15154.44137.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 123 (48.44% from 255) = 26.62%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=33.12%
G=26.62%
B=40.26%

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
Decimal1531231860.180.3400.27268.5731.3460.59
Hex997BBA122201B10d1f3d
Octal23117327222420334153775
Binary100110011111011101110101001010001001101110000110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,123,186); }

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

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

 a { background-color: rgb(153,123,186); }

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

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

 span { border-color: rgb(153,123,186); }

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