Html Css Color HEX #9381AD Purple Mountain's Majesty

📋 copy color: '#9381AD'

red 147 ◦ green 129 ◦ blue 173

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

Shades of Purple Mountain's Majesty #9381AD

Tints of Purple Mountain's Majesty #9381AD

RGB

 RED value IS 147 (57.81% from 255) = 32.74%

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

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 32.74%
G = 28.73%
B = 38.53%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9381AD (or 0x9381AD) is known color: Purple Mountain's Majesty. HEX triplet: 93, 81 and AD. RGB value is (147,129,173). Sum of RGB (Red+Green+Blue) = 147+129+173=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #9381AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9381AD is #6C7E52. Grayscale: #8B8B8B. Windows color (decimal): -7110227 or 11370899. OLE color: 11370899.

HSL color Cylindrical-coordinate representation of color #9381AD: hue angle of 264.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9381AD is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 129 173 -
CMYK 0.15 0.25 0 0.32
HSL 264.55º 0.21% 0.59% -
HSV(B) 264.55º 0.25% 0.68% -
XYZ 27.43 24.92 42.9 -
YUV 139.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 147 129 173 0.15 0.25 0 0.32 264.55 0.21 0.59
Hex 93 81 AD F 19 0 20 109 15 3B
Octal 223 201 255 17 31 0 40 411 25 73
Binary 10010011 10000001 10101101 1111 11001 0 100000 100001001 10101 111011

Color Harmonies of #9381AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9381AD

Black with #9381AD

Text Example


Text Example

White with #9381AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9381AD; }

 p { color: rgb(147,129,173); }

 H1.HeaderClassName
 {
   color: #9381AD;
 }
 .AnyTagClassName
 {
   color: #9381AD;
 }
</style>

background-color css

<style>
 a { background-color: #9381AD; }

 a { background-color: rgb(147,129,173); }

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

border-color css

<style>
 span { border-color: #9381AD; }

 span { border-color: rgb(147,129,173); }

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