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

📋 copy color: '#9D72BC'

red 157 ◦ green 114 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9D72BC

Tints of Purple Mountain's Majesty #9D72BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 34.2%
G = 24.84%
B = 40.96%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D72BC (or 0x9D72BC) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 72 and BC. RGB value is (157,114,188). Sum of RGB (Red+Green+Blue) = 157+114+188=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D72BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D72BC is #628D43. Grayscale: #878787. Windows color (decimal): -6458692 or 12350109. OLE color: 12350109.

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

Color convert

RGB 157 114 188 -
CMYK 0.16 0.39 0 0.26
HSL 274.86º 0.36% 0.59% -
HSV(B) 274.86º 0.39% 0.74% -
XYZ 29 22.83 50.46 -
YUV 135.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 157 114 188 0.16 0.39 0 0.26 274.86 0.36 0.59
Hex 9D 72 BC 10 27 0 1A 113 24 3B
Octal 235 162 274 20 47 0 32 423 44 73
Binary 10011101 1110010 10111100 10000 100111 0 11010 100010011 100100 111011

Color Harmonies of #9D72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D72BC

Black with #9D72BC

Text Example


Text Example

White with #9D72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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