Html Css Color HEX #9D71BA Purple Mountain's Majesty

📋 copy color: '#9D71BA'

red 157 ◦ green 113 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9D71BA

Tints of Purple Mountain's Majesty #9D71BA

RGB

 RED value IS 157 (61.72% from 255) = 34.43%

 GREEN value IS 113 (44.53% from 255) = 24.78%

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

R = 34.43%
G = 24.78%
B = 40.79%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D71BA (or 0x9D71BA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 71 and BA. RGB value is (157,113,186). Sum of RGB (Red+Green+Blue) = 157+113+186=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71BA is #628E45. Grayscale: #868686. Windows color (decimal): -6458950 or 12218781. OLE color: 12218781.

HSL color Cylindrical-coordinate representation of color #9D71BA: hue angle of 276.16º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D71BA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 113 186 -
CMYK 0.16 0.39 0 0.27
HSL 276.16º 0.35% 0.59% -
HSV(B) 276.16º 0.39% 0.73% -
XYZ 28.67 22.52 49.29 -
YUV 134.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 157 113 186 0.16 0.39 0 0.27 276.16 0.35 0.59
Hex 9D 71 BA 10 27 0 1B 114 23 3B
Octal 235 161 272 20 47 0 33 424 43 73
Binary 10011101 1110001 10111010 10000 100111 0 11011 100010100 100011 111011

Color Harmonies of #9D71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D71BA

Black with #9D71BA

Text Example


Text Example

White with #9D71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D71BA; }

 p { color: rgb(157,113,186); }

 H1.HeaderClassName
 {
   color: #9D71BA;
 }
 .AnyTagClassName
 {
   color: #9D71BA;
 }
</style>

background-color css

<style>
 a { background-color: #9D71BA; }

 a { background-color: rgb(157,113,186); }

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

border-color css

<style>
 span { border-color: #9D71BA; }

 span { border-color: rgb(157,113,186); }

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