#9888AC

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

Shades of Purple Mountain's Majesty #9888AC

Tints of Purple Mountain's Majesty #9888AC

Color information

#9888AC (or 0x9888AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 88 and AC. RGB value is (152,136,172). Sum of RGB (Red+Green+Blue) = 152+136+172=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #9888AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9888AC is #677753. Grayscale: #909090. Windows color (decimal): -6780756 or 11307160. OLE color: 11307160.

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

Color convert

RGB152136172-
CMYK0.120.2100.33
HSL266.67º17.82%60.39%-
HSV(B)266.67º20.93%67.45%-
XYZ29.227.2642.75-
YUV144.89143.3133.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.04%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=33.04%
G=29.57%
B=37.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521361720.120.2100.33266.6717.8260.39
Hex9888ACC1502110b123c
Octal23021025414250414132274
Binary100110001000100010101100110010101010000110000101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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