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

📋 copy color: '#9981BA'

red 153 ◦ green 129 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9981BA

Tints of Purple Mountain's Majesty #9981BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 32.69%
G = 27.56%
B = 39.74%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9981BA (or 0x9981BA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 81 and BA. RGB value is (153,129,186). Sum of RGB (Red+Green+Blue) = 153+129+186=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #9981BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981BA is #667E45. Grayscale: #8E8E8E. Windows color (decimal): -6716998 or 12222873. OLE color: 12222873.

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

Color convert

RGB 153 129 186 -
CMYK 0.18 0.31 0 0.27
HSL 265.26º 0.29% 0.62% -
HSV(B) 265.26º 0.31% 0.73% -
XYZ 29.85 26.02 49.9 -
YUV 142.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 153 129 186 0.18 0.31 0 0.27 265.26 0.29 0.62
Hex 99 81 BA 12 1F 0 1B 109 1D 3E
Octal 231 201 272 22 37 0 33 411 35 76
Binary 10011001 10000001 10111010 10010 11111 0 11011 100001001 11101 111110

Color Harmonies of #9981BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9981BA

Black with #9981BA

Text Example


Text Example

White with #9981BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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