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

📋 copy color: '#9884AB'

red 152 ◦ green 132 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9884AB

Tints of Purple Mountain's Majesty #9884AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.01%

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

R = 33.41%
G = 29.01%
B = 37.58%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9884AB (or 0x9884AB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 84 and AB. RGB value is (152,132,171). Sum of RGB (Red+Green+Blue) = 152+132+171=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #9884AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9884AB is #677B54. Grayscale: #8E8E8E. Windows color (decimal): -6781781 or 11240600. OLE color: 11240600.

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

Color convert

RGB 152 132 171 -
CMYK 0.11 0.23 0 0.33
HSL 270.77º 0.19% 0.59% -
HSV(B) 270.77º 0.23% 0.67% -
XYZ 28.55 26.12 42.06 -
YUV 142.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 152 132 171 0.11 0.23 0 0.33 270.77 0.19 0.59
Hex 98 84 AB B 17 0 21 10F 13 3B
Octal 230 204 253 13 27 0 41 417 23 73
Binary 10011000 10000100 10101011 1011 10111 0 100001 100001111 10011 111011

Color Harmonies of #9884AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884AB

Black with #9884AB

Text Example


Text Example

White with #9884AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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