#997BB7

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

Shades of Purple Mountain's Majesty #997BB7

Tints of Purple Mountain's Majesty #997BB7

Color information

#997BB7 (or 0x997BB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7B and B7. RGB value is (153,123,183). Sum of RGB (Red+Green+Blue) = 153+123+183=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 183 - color contains mainly: blue. Hex color #997BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BB7 is #668448. Grayscale: #8A8A8A. Windows color (decimal): -6718537 or 12024729. OLE color: 12024729.

HSL color Cylindrical-coordinate representation of color #997BB7: hue angle of 270º degrees, saturation: 0.29, 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 #997BB7 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB153123183-
CMYK0.160.3300.28
HSL270º29.41%60%-
HSV(B)270º32.79%71.76%-
XYZ28.7724.3647.98-
YUV138.81152.94138.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=33.33%
G=26.80%
B=39.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531231830.160.3300.2827029.4160
Hex997BB7102101C10e1d3c
Octal23117326720410344163574
Binary100110011111011101101111000010000101110010000111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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