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

📋 copy color: '#9D72BA'

red 157 ◦ green 114 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9D72BA

Tints of Purple Mountain's Majesty #9D72BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.95%

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

R = 34.35%
G = 24.95%
B = 40.7%

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

#9D72BA (or 0x9D72BA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 72 and BA. RGB value is (157,114,186). Sum of RGB (Red+Green+Blue) = 157+114+186=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D72BA is #628D45. Grayscale: #868686. Windows color (decimal): -6458694 or 12219037. OLE color: 12219037.

HSL color Cylindrical-coordinate representation of color #9D72BA: hue angle of 275.83º degrees, saturation: 0.34, 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 #9D72BA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 114 186 -
CMYK 0.16 0.39 0 0.27
HSL 275.83º 0.34% 0.59% -
HSV(B) 275.83º 0.39% 0.73% -
XYZ 28.78 22.75 49.33 -
YUV 135.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 157 114 186 0.16 0.39 0 0.27 275.83 0.34 0.59
Hex 9D 72 BA 10 27 0 1B 114 22 3B
Octal 235 162 272 20 47 0 33 424 42 73
Binary 10011101 1110010 10111010 10000 100111 0 11011 100010100 100010 111011

Color Harmonies of #9D72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D72BA

Black with #9D72BA

Text Example


Text Example

White with #9D72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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