#9C7BB0

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

Shades of Purple Mountain's Majesty #9C7BB0

Tints of Purple Mountain's Majesty #9C7BB0

Color information

#9C7BB0 (or 0x9C7BB0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 7B and B0. RGB value is (156,123,176). Sum of RGB (Red+Green+Blue) = 156+123+176=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 176 - color contains mainly: blue. Hex color #9C7BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7BB0 is #63844F. Grayscale: #8A8A8A. Windows color (decimal): -6521936 or 11565980. OLE color: 11565980.

HSL color Cylindrical-coordinate representation of color #9C7BB0: hue angle of 277.36º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C7BB0 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB156123176-
CMYK0.110.3000.31
HSL277.36º25.12%58.63%-
HSV(B)277.36º30.11%69.02%-
XYZ28.6324.3744.27-
YUV138.91148.93140.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 176 (69.14% from 255) = 38.68%
R=34.29%
G=27.03%
B=38.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561231760.110.3000.31277.3625.1258.63
Hex9C7BB0B1E01F115193b
Octal23417326013360374253173
Binary1001110011110111011000010111111001111110001010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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