#9D7CB4

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

Shades of Purple Mountain's Majesty #9D7CB4

Tints of Purple Mountain's Majesty #9D7CB4

Color information

#9D7CB4 (or 0x9D7CB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9D, 7C and B4. RGB value is (157,124,180). Sum of RGB (Red+Green+Blue) = 157+124+180=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D7CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CB4 is #62834B. Grayscale: #8C8C8C. Windows color (decimal): -6456140 or 11828381. OLE color: 11828381.

HSL color Cylindrical-coordinate representation of color #9D7CB4: hue angle of 275.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D7CB4 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB157124180-
CMYK0.130.3100.29
HSL275.36º27.18%59.61%-
HSV(B)275.36º31.11%70.59%-
XYZ29.3524.8846.44-
YUV140.25150.43139.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.06%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=34.06%
G=26.90%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571241800.130.3100.29275.3627.1859.61
Hex9D7CB4D1F01D1131b3c
Octal23517426415370354233374
Binary1001110111111001011010011011111101110110001001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,124,180); }

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

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

 a { background-color: rgb(157,124,180); }

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

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

 span { border-color: rgb(157,124,180); }

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