Html Css Color HEX #9881B9 Purple Mountain's Majesty

📋 copy color: '#9881B9'

red 152 ◦ green 129 ◦ blue 185

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

Shades of Purple Mountain's Majesty #9881B9

Tints of Purple Mountain's Majesty #9881B9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.68%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 32.62%
G = 27.68%
B = 39.7%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9881B9 (or 0x9881B9) is known color: Purple Mountain's Majesty. HEX triplet: 98, 81 and B9. RGB value is (152,129,185). Sum of RGB (Red+Green+Blue) = 152+129+185=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #9881B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881B9 is #677E46. Grayscale: #8E8E8E. Windows color (decimal): -6782535 or 12157336. OLE color: 12157336.

HSL color Cylindrical-coordinate representation of color #9881B9: hue angle of 264.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9881B9 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 129 185 -
CMYK 0.18 0.30 0 0.27
HSL 264.64º 0.29% 0.62% -
HSV(B) 264.64º 0.3% 0.73% -
XYZ 29.56 25.88 49.34 -
YUV 142.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 152 129 185 0.18 0.30 0 0.27 264.64 0.29 0.62
Hex 98 81 B9 12 1E 0 1B 109 1D 3E
Octal 230 201 271 22 36 0 33 411 35 76
Binary 10011000 10000001 10111001 10010 11110 0 11011 100001001 11101 111110

Color Harmonies of #9881B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9881B9

Black with #9881B9

Text Example


Text Example

White with #9881B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9881B9; }

 p { color: rgb(152,129,185); }

 H1.HeaderClassName
 {
   color: #9881B9;
 }
 .AnyTagClassName
 {
   color: #9881B9;
 }
</style>

background-color css

<style>
 a { background-color: #9881B9; }

 a { background-color: rgb(152,129,185); }

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

border-color css

<style>
 span { border-color: #9881B9; }

 span { border-color: rgb(152,129,185); }

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