#998AAA

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

Shades of Purple Mountain's Majesty #998AAA

Tints of Purple Mountain's Majesty #998AAA

Color information

#998AAA (or 0x998AAA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 8A and AA. RGB value is (153,138,170). Sum of RGB (Red+Green+Blue) = 153+138+170=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #998AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998AAA is #667555. Grayscale: #929292. Windows color (decimal): -6714710 or 11176601. OLE color: 11176601.

HSL color Cylindrical-coordinate representation of color #998AAA: hue angle of 268.12º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998AAA is Cyan = 0.1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153138170-
CMYK0.10.1900.33
HSL268.12º15.84%60.39%-
HSV(B)268.12º18.82%66.67%-
XYZ29.4827.8541.85-
YUV146.13141.47132.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=33.19%
G=29.93%
B=36.88%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531381700.10.1900.33268.1215.8460.39
Hex998AAAA1302110c103c
Octal23121225212230414142074
Binary100110011000101010101010101010011010000110000110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998AAA; }

 p { color: rgb(153,138,170); }

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

<style>
 a { background-color: #998AAA; }

 a { background-color: rgb(153,138,170); }

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

<style>
 span { border-color: #998AAA; }

 span { border-color: rgb(153,138,170); }

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