#9784AB

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

Shades of Purple Mountain's Majesty #9784AB

Tints of Purple Mountain's Majesty #9784AB

Color information

#9784AB (or 0x9784AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 84 and AB. RGB value is (151,132,171). Sum of RGB (Red+Green+Blue) = 151+132+171=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #9784AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9784AB is #687B54. Grayscale: #8D8D8D. Windows color (decimal): -6847317 or 11240599. OLE color: 11240599.

HSL color Cylindrical-coordinate representation of color #9784AB: hue angle of 269.23º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9784AB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151132171-
CMYK0.120.2300.33
HSL269.23º18.84%59.41%-
HSV(B)269.23º22.81%67.06%-
XYZ28.3626.0242.06-
YUV142.13144.29134.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=33.26%
G=29.07%
B=37.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511321710.120.2300.33269.2318.8459.41
Hex9784ABC1702110d133b
Octal22720425314270414152373
Binary100101111000010010101011110010111010000110000110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9784AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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