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

📋 copy color: '#9C72BA'

red 156 ◦ green 114 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9C72BA

Tints of Purple Mountain's Majesty #9C72BA

RGB

 RED value IS 156 (61.33% from 255) = 34.21%

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

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

R = 34.21%
G = 25%
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

#9C72BA (or 0x9C72BA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 72 and BA. RGB value is (156,114,186). Sum of RGB (Red+Green+Blue) = 156+114+186=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 114 (44.92% from 255 or 25% 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 #9C72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72BA is #638D45. Grayscale: #868686. Windows color (decimal): -6524230 or 12219036. OLE color: 12219036.

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

Color convert

RGB 156 114 186 -
CMYK 0.16 0.39 0 0.27
HSL 275º 0.34% 0.59% -
HSV(B) 275º 0.39% 0.73% -
XYZ 28.59 22.65 49.32 -
YUV 134.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 156 114 186 0.16 0.39 0 0.27 275 0.34 0.59
Hex 9C 72 BA 10 27 0 1B 113 22 3B
Octal 234 162 272 20 47 0 33 423 42 73
Binary 10011100 1110010 10111010 10000 100111 0 11011 100010011 100010 111011

Color Harmonies of #9C72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C72BA

Black with #9C72BA

Text Example


Text Example

White with #9C72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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