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

📋 copy color: '#9886AB'

red 152 ◦ green 134 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9886AB

Tints of Purple Mountain's Majesty #9886AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 33.26%
G = 29.32%
B = 37.42%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9886AB (or 0x9886AB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 86 and AB. RGB value is (152,134,171). Sum of RGB (Red+Green+Blue) = 152+134+171=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #9886AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9886AB is #677954. Grayscale: #8F8F8F. Windows color (decimal): -6781269 or 11241112. OLE color: 11241112.

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

Color convert

RGB 152 134 171 -
CMYK 0.11 0.22 0 0.33
HSL 269.19º 0.18% 0.6% -
HSV(B) 269.19º 0.22% 0.67% -
XYZ 28.82 26.67 42.16 -
YUV 143.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 152 134 171 0.11 0.22 0 0.33 269.19 0.18 0.6
Hex 98 86 AB B 16 0 21 10D 12 3C
Octal 230 206 253 13 26 0 41 415 22 74
Binary 10011000 10000110 10101011 1011 10110 0 100001 100001101 10010 111100

Color Harmonies of #9886AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886AB

Black with #9886AB

Text Example


Text Example

White with #9886AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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