#9883AC

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

Shades of Purple Mountain's Majesty #9883AC

Tints of Purple Mountain's Majesty #9883AC

Color information

#9883AC (or 0x9883AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 83 and AC. RGB value is (152,131,172). Sum of RGB (Red+Green+Blue) = 152+131+172=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #9883AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9883AC is #677C53. Grayscale: #8D8D8D. Windows color (decimal): -6782036 or 11305880. OLE color: 11305880.

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

Color convert

RGB152131172-
CMYK0.120.2400.33
HSL270.73º19.81%59.41%-
HSV(B)270.73º23.84%67.45%-
XYZ28.5125.8942.52-
YUV141.95144.96135.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=33.41%
G=28.79%
B=37.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521311720.120.2400.33270.7319.8159.41
Hex9883ACC1802110f143b
Octal23020325414300414172473
Binary100110001000001110101100110011000010000110000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9883AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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