Html Css Color HEX #998AAA Purple Mountain's Majesty

📋 copy color: '#998AAA'

red 153 ◦ green 138 ◦ blue 170

#998AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #998AAA

Tints of Purple Mountain's Majesty #998AAA

RGB

 RED value IS 153 (60.16% from 255) = 33.19%

 GREEN value IS 138 (54.3% from 255) = 29.93%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 33.19%
G = 29.93%
B = 36.88%

CMYK

 C value IS 0.1

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#998AAA (or 0x998AAA) is known color: 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

RGB 153 138 170 -
CMYK 0.1 0.19 0 0.33
HSL 268.13º 0.16% 0.6% -
HSV(B) 268.13º 0.19% 0.67% -
XYZ 29.48 27.85 41.85 -
YUV 146.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 153 138 170 0.1 0.19 0 0.33 268.13 0.16 0.6
Hex 99 8A AA A 13 0 21 10C 10 3C
Octal 231 212 252 12 23 0 41 414 20 74
Binary 10011001 10001010 10101010 1010 10011 0 100001 100001100 10000 111100

Color Harmonies of #998AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998AAA

Black with #998AAA

Text Example


Text Example

White with #998AAA

Text Example


Text Example

HTML Codes & Css Web 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>