#9784AD

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

Shades of Purple Mountain's Majesty #9784AD

Tints of Purple Mountain's Majesty #9784AD

Color information

#9784AD (or 0x9784AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 84 and AD. RGB value is (151,132,173). Sum of RGB (Red+Green+Blue) = 151+132+173=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #9784AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9784AD is #687B52. Grayscale: #8E8E8E. Windows color (decimal): -6847315 or 11371671. OLE color: 11371671.

HSL color Cylindrical-coordinate representation of color #9784AD: hue angle of 267.8º 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 #9784AD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151132173-
CMYK0.130.2400.32
HSL267.8º20%59.8%-
HSV(B)267.8º23.7%67.84%-
XYZ28.5626.143.07-
YUV142.35145.29134.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=33.11%
G=28.95%
B=37.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511321730.130.2400.32267.82059.8
Hex9784ADD1802010c143c
Octal22720425515300404142474
Binary100101111000010010101101110111000010000010000110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9784AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9784AD; }

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

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

<style>
 a { background-color: #9784AD; }

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

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

<style>
 span { border-color: #9784AD; }

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

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