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

📋 copy color: '#9981B1'

red 153 ◦ green 129 ◦ blue 177

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

Shades of Purple Mountain's Majesty #9981B1

Tints of Purple Mountain's Majesty #9981B1

RGB

 RED value IS 153 (60.16% from 255) = 33.33%

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

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

R = 33.33%
G = 28.1%
B = 38.56%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9981B1 (or 0x9981B1) is known color: Purple Mountain's Majesty. HEX triplet: 99, 81 and B1. RGB value is (153,129,177). Sum of RGB (Red+Green+Blue) = 153+129+177=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #9981B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9981B1 is #667E4E. Grayscale: #8D8D8D. Windows color (decimal): -6717007 or 11633049. OLE color: 11633049.

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

Color convert

RGB 153 129 177 -
CMYK 0.14 0.27 0 0.31
HSL 270º 0.24% 0.6% -
HSV(B) 270º 0.27% 0.69% -
XYZ 28.92 25.65 45.02 -
YUV 141.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 153 129 177 0.14 0.27 0 0.31 270 0.24 0.6
Hex 99 81 B1 E 1B 0 1F 10E 18 3C
Octal 231 201 261 16 33 0 37 416 30 74
Binary 10011001 10000001 10110001 1110 11011 0 11111 100001110 11000 111100

Color Harmonies of #9981B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9981B1

Black with #9981B1

Text Example


Text Example

White with #9981B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,129,177); }

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

background-color css

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

 a { background-color: rgb(153,129,177); }

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

border-color css

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

 span { border-color: rgb(153,129,177); }

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