#9C7BB9

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

Shades of Purple Mountain's Majesty #9C7BB9

Tints of Purple Mountain's Majesty #9C7BB9

Color information

#9C7BB9 (or 0x9C7BB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 7B and B9. RGB value is (156,123,185). Sum of RGB (Red+Green+Blue) = 156+123+185=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C7BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7BB9 is #638446. Grayscale: #8B8B8B. Windows color (decimal): -6521927 or 12155804. OLE color: 12155804.

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

Color convert

RGB156123185-
CMYK0.160.3400.27
HSL271.94º30.69%60.39%-
HSV(B)271.94º33.51%72.55%-
XYZ29.5524.7449.12-
YUV139.94153.43139.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 185 (72.66% from 255) = 39.87%
R=33.62%
G=26.51%
B=39.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561231850.160.3400.27271.9430.6960.39
Hex9C7BB9102201B1101f3c
Octal23417327120420334203774
Binary100111001111011101110011000010001001101110001000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,123,185); }

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

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

 a { background-color: rgb(156,123,185); }

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

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

 span { border-color: rgb(156,123,185); }

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