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

📋 copy color: '#9C72BB'

red 156 ◦ green 114 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9C72BB

Tints of Purple Mountain's Majesty #9C72BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 34.14%
G = 24.95%
B = 40.92%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C72BB (or 0x9C72BB) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 72 and BB. RGB value is (156,114,187). Sum of RGB (Red+Green+Blue) = 156+114+187=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C72BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72BB is #638D44. Grayscale: #868686. Windows color (decimal): -6524229 or 12284572. OLE color: 12284572.

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

Color convert

RGB 156 114 187 -
CMYK 0.17 0.39 0 0.27
HSL 274.52º 0.35% 0.59% -
HSV(B) 274.52º 0.39% 0.73% -
XYZ 28.7 22.69 49.88 -
YUV 134.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 156 114 187 0.17 0.39 0 0.27 274.52 0.35 0.59
Hex 9C 72 BB 11 27 0 1B 113 23 3B
Octal 234 162 273 21 47 0 33 423 43 73
Binary 10011100 1110010 10111011 10001 100111 0 11011 100010011 100011 111011

Color Harmonies of #9C72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C72BB

Black with #9C72BB

Text Example


Text Example

White with #9C72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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