#9C7CAF

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

Shades of Purple Mountain's Majesty #9C7CAF

Tints of Purple Mountain's Majesty #9C7CAF

Color information

#9C7CAF (or 0x9C7CAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 7C and AF. RGB value is (156,124,175). Sum of RGB (Red+Green+Blue) = 156+124+175=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C7CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7CAF is #638350. Grayscale: #8B8B8B. Windows color (decimal): -6521681 or 11500700. OLE color: 11500700.

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

Color convert

RGB156124175-
CMYK0.110.2900.31
HSL277.65º24.17%58.63%-
HSV(B)277.65º29.14%68.63%-
XYZ28.6624.5843.79-
YUV139.38148.1139.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=34.29%
G=27.25%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561241750.110.2900.31277.6524.1758.63
Hex9C7CAFB1D01F116183b
Octal23417425713350374263073
Binary1001110011111001010111110111110101111110001011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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