#9C7CB7

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

Shades of Purple Mountain's Majesty #9C7CB7

Tints of Purple Mountain's Majesty #9C7CB7

Color information

#9C7CB7 (or 0x9C7CB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 7C and B7. RGB value is (156,124,183). Sum of RGB (Red+Green+Blue) = 156+124+183=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #9C7CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CB7 is #638348. Grayscale: #8C8C8C. Windows color (decimal): -6521673 or 12024988. OLE color: 12024988.

HSL color Cylindrical-coordinate representation of color #9C7CB7: hue angle of 272.54º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C7CB7 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB156124183-
CMYK0.150.3200.28
HSL272.54º29.06%60.2%-
HSV(B)272.54º32.24%71.76%-
XYZ29.4724.948.05-
YUV140.29152.1139.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 124 (48.83% from 255) = 26.78%
BLUE value IS 183 (71.88% from 255) = 39.52%
R=33.69%
G=26.78%
B=39.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561241830.150.3200.28272.5429.0660.2
Hex9C7CB7F2001C1111d3c
Octal23417426717400344213574
Binary10011100111110010110111111110000001110010001000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,124,183); }

 H1.HeaderClassName
 {
   color: #9C7CB7;
 }
 .AnyTagClassName
 {
   color: #9C7CB7;
 }
</style>
background-color css

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

 a { background-color: rgb(156,124,183); }

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

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

 span { border-color: rgb(156,124,183); }

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