#9C84AD

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

Shades of Purple Mountain's Majesty #9C84AD

Tints of Purple Mountain's Majesty #9C84AD

Color information

#9C84AD (or 0x9C84AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 84 and AD. RGB value is (156,132,173). Sum of RGB (Red+Green+Blue) = 156+132+173=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C84AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C84AD is #637B52. Grayscale: #8F8F8F. Windows color (decimal): -6519635 or 11371676. OLE color: 11371676.

HSL color Cylindrical-coordinate representation of color #9C84AD: hue angle of 275.12º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C84AD is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156132173-
CMYK0.100.2400.32
HSL275.12º20%59.8%-
HSV(B)275.12º23.7%67.84%-
XYZ29.526.5943.11-
YUV143.85144.45136.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=33.84%
G=28.63%
B=37.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561321730.100.2400.32275.122059.8
Hex9C84ADA18020113143c
Octal23420425512300404232474
Binary100111001000010010101101101011000010000010001001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C84AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,132,173); }

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

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

 a { background-color: rgb(156,132,173); }

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

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

 span { border-color: rgb(156,132,173); }

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