#9C72BB

Color #9C72BB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9C72BB

Tints of Purple Mountain's Majesty #9C72BB

Color information

#9C72BB (or 0x9C72BB) is unknown color: approx 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

RGB156114187-
CMYK0.170.3900.27
HSL274.52º34.93%59.02%-
HSV(B)274.52º39.04%73.33%-
XYZ28.722.6949.88-
YUV134.88157.41143.06-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561141870.170.3900.27274.5234.9359.02
Hex9C72BB112701B113233b
Octal23416227321470334234373
Binary1001110011100101011101110001100111011011100010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>