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

📋 copy color: '#9884B1'

red 152 ◦ green 132 ◦ blue 177

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

Shades of Purple Mountain's Majesty #9884B1

Tints of Purple Mountain's Majesty #9884B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.39%

R = 32.97%
G = 28.63%
B = 38.39%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9884B1 (or 0x9884B1) is known color: Purple Mountain's Majesty. HEX triplet: 98, 84 and B1. RGB value is (152,132,177). Sum of RGB (Red+Green+Blue) = 152+132+177=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 177 - color contains mainly: blue. Hex color #9884B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9884B1 is #677B4E. Grayscale: #8E8E8E. Windows color (decimal): -6781775 or 11633816. OLE color: 11633816.

HSL color Cylindrical-coordinate representation of color #9884B1: hue angle of 266.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9884B1 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 132 177 -
CMYK 0.14 0.25 0 0.31
HSL 266.67º 0.22% 0.61% -
HSV(B) 266.67º 0.25% 0.69% -
XYZ 29.14 26.35 45.15 -
YUV 143.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 152 132 177 0.14 0.25 0 0.31 266.67 0.22 0.61
Hex 98 84 B1 E 19 0 1F 10B 16 3D
Octal 230 204 261 16 31 0 37 413 26 75
Binary 10011000 10000100 10110001 1110 11001 0 11111 100001011 10110 111101

Color Harmonies of #9884B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884B1

Black with #9884B1

Text Example


Text Example

White with #9884B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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