#997AB6

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

Shades of Purple Mountain's Majesty #997AB6

Tints of Purple Mountain's Majesty #997AB6

Color information

#997AB6 (or 0x997AB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7A and B6. RGB value is (153,122,182). Sum of RGB (Red+Green+Blue) = 153+122+182=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 182 - color contains mainly: blue. Hex color #997AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997AB6 is #668549. Grayscale: #898989. Windows color (decimal): -6718794 or 11958937. OLE color: 11958937.

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

Color convert

RGB153122182-
CMYK0.160.3300.29
HSL271º29.13%59.61%-
HSV(B)271º32.97%71.37%-
XYZ28.5424.0747.4-
YUV138.11152.77138.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=33.48%
G=26.70%
B=39.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531221820.160.3300.2927129.1359.61
Hex997AB6102101D10f1d3c
Octal23117226620410354173574
Binary100110011111010101101101000010000101110110000111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,122,182); }

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

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

 a { background-color: rgb(153,122,182); }

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

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

 span { border-color: rgb(153,122,182); }

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