#9883AD

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

Shades of Purple Mountain's Majesty #9883AD

Tints of Purple Mountain's Majesty #9883AD

Color information

#9883AD (or 0x9883AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 83 and AD. RGB value is (152,131,173). Sum of RGB (Red+Green+Blue) = 152+131+173=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 131 (51.56% from 255 or 28.73% 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 #9883AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9883AD is #677C52. Grayscale: #8D8D8D. Windows color (decimal): -6782035 or 11371416. OLE color: 11371416.

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

Color convert

RGB152131173-
CMYK0.120.2400.32
HSL270º20.39%59.61%-
HSV(B)270º24.28%67.84%-
XYZ28.6125.9343.03-
YUV142.07145.46135.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=33.33%
G=28.73%
B=37.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521311730.120.2400.3227020.3959.61
Hex9883ADC1802010e143c
Octal23020325514300404162474
Binary100110001000001110101101110011000010000010000111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9883AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,131,173); }

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

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

 a { background-color: rgb(152,131,173); }

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

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

 span { border-color: rgb(152,131,173); }

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