Html Css Color HEX #9886AA Purple Mountain's Majesty

📋 copy color: '#9886AA'

red 152 ◦ green 134 ◦ blue 170

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

Shades of Purple Mountain's Majesty #9886AA

Tints of Purple Mountain's Majesty #9886AA

RGB

 RED value IS 152 (59.77% from 255) = 33.33%

 GREEN value IS 134 (52.73% from 255) = 29.39%

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

R = 33.33%
G = 29.39%
B = 37.28%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9886AA (or 0x9886AA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 86 and AA. RGB value is (152,134,170). Sum of RGB (Red+Green+Blue) = 152+134+170=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #9886AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9886AA is #677955. Grayscale: #8F8F8F. Windows color (decimal): -6781270 or 11175576. OLE color: 11175576.

HSL color Cylindrical-coordinate representation of color #9886AA: hue angle of 270º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9886AA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 134 170 -
CMYK 0.11 0.21 0 0.33
HSL 270º 0.17% 0.6% -
HSV(B) 270º 0.21% 0.67% -
XYZ 28.73 26.63 41.66 -
YUV 143.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 152 134 170 0.11 0.21 0 0.33 270 0.17 0.6
Hex 98 86 AA B 15 0 21 10E 11 3C
Octal 230 206 252 13 25 0 41 416 21 74
Binary 10011000 10000110 10101010 1011 10101 0 100001 100001110 10001 111100

Color Harmonies of #9886AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886AA

Black with #9886AA

Text Example


Text Example

White with #9886AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9886AA; }

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

 H1.HeaderClassName
 {
   color: #9886AA;
 }
 .AnyTagClassName
 {
   color: #9886AA;
 }
</style>

background-color css

<style>
 a { background-color: #9886AA; }

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

 div.DivClassName
 {
   background-color: #9886AA;
 }
 .BgClassName
 {
   background-color: #9886AA;
 }
</style>

border-color css

<style>
 span { border-color: #9886AA; }

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

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