#988AAA

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

Shades of Purple Mountain's Majesty #988AAA

Tints of Purple Mountain's Majesty #988AAA

Color information

#988AAA (or 0x988AAA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 8A and AA. RGB value is (152,138,170). Sum of RGB (Red+Green+Blue) = 152+138+170=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #988AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988AAA is #677555. Grayscale: #919191. Windows color (decimal): -6780246 or 11176600. OLE color: 11176600.

HSL color Cylindrical-coordinate representation of color #988AAA: hue angle of 266.25º 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 #988AAA is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152138170-
CMYK0.110.1900.33
HSL266.25º15.84%60.39%-
HSV(B)266.25º18.82%66.67%-
XYZ29.2927.7541.84-
YUV145.83141.64132.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.04%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=33.04%
G=30%
B=36.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521381700.110.1900.33266.2515.8460.39
Hex988AAAB1302110a103c
Octal23021225213230414122074
Binary100110001000101010101010101110011010000110000101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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