Html Css Color HEX #9880BB Purple Mountain's Majesty

📋 copy color: '#9880BB'

red 152 ◦ green 128 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9880BB

Tints of Purple Mountain's Majesty #9880BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.41%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 32.55%
G = 27.41%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9880BB (or 0x9880BB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 80 and BB. RGB value is (152,128,187). Sum of RGB (Red+Green+Blue) = 152+128+187=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9880BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880BB is #677F44. Grayscale: #8D8D8D. Windows color (decimal): -6782789 or 12288152. OLE color: 12288152.

HSL color Cylindrical-coordinate representation of color #9880BB: hue angle of 264.41º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9880BB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 128 187 -
CMYK 0.19 0.32 0 0.27
HSL 264.41º 0.3% 0.62% -
HSV(B) 264.41º 0.32% 0.73% -
XYZ 29.64 25.7 50.41 -
YUV 141.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 152 128 187 0.19 0.32 0 0.27 264.41 0.3 0.62
Hex 98 80 BB 13 20 0 1B 108 1E 3E
Octal 230 200 273 23 40 0 33 410 36 76
Binary 10011000 10000000 10111011 10011 100000 0 11011 100001000 11110 111110

Color Harmonies of #9880BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880BB

Black with #9880BB

Text Example


Text Example

White with #9880BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9880BB; }

 p { color: rgb(152,128,187); }

 H1.HeaderClassName
 {
   color: #9880BB;
 }
 .AnyTagClassName
 {
   color: #9880BB;
 }
</style>

background-color css

<style>
 a { background-color: #9880BB; }

 a { background-color: rgb(152,128,187); }

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

border-color css

<style>
 span { border-color: #9880BB; }

 span { border-color: rgb(152,128,187); }

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