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

📋 copy color: '#9C72BC'

red 156 ◦ green 114 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9C72BC

Tints of Purple Mountain's Majesty #9C72BC

RGB

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

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

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

R = 34.06%
G = 24.89%
B = 41.05%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C72BC (or 0x9C72BC) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 72 and BC. RGB value is (156,114,188). Sum of RGB (Red+Green+Blue) = 156+114+188=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C72BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72BC is #638D43. Grayscale: #868686. Windows color (decimal): -6524228 or 12350108. OLE color: 12350108.

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

Color convert

RGB 156 114 188 -
CMYK 0.17 0.39 0 0.26
HSL 274.05º 0.36% 0.59% -
HSV(B) 274.05º 0.39% 0.74% -
XYZ 28.8 22.73 50.45 -
YUV 134.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 156 114 188 0.17 0.39 0 0.26 274.05 0.36 0.59
Hex 9C 72 BC 11 27 0 1A 112 24 3B
Octal 234 162 274 21 47 0 32 422 44 73
Binary 10011100 1110010 10111100 10001 100111 0 11010 100010010 100100 111011

Color Harmonies of #9C72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C72BC

Black with #9C72BC

Text Example


Text Example

White with #9C72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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