#9487AB

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

Shades of Purple Mountain's Majesty #9487AB

Tints of Purple Mountain's Majesty #9487AB

Color information

#9487AB (or 0x9487AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 87 and AB. RGB value is (148,135,171). Sum of RGB (Red+Green+Blue) = 148+135+171=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 135 (53.12% from 255 or 29.74% 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 #9487AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9487AB is #6B7854. Grayscale: #8E8E8E. Windows color (decimal): -7043157 or 11241364. OLE color: 11241364.

HSL color Cylindrical-coordinate representation of color #9487AB: hue angle of 261.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 #9487AB is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148135171-
CMYK0.130.2100.33
HSL261.67º17.65%60%-
HSV(B)261.67º21.05%67.06%-
XYZ28.2326.5642.17-
YUV142.99143.81131.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=32.60%
G=29.74%
B=37.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481351710.130.2100.33261.6717.6560
Hex9487ABD15021106123c
Octal22420725315250414062274
Binary100101001000011110101011110110101010000110000011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9487AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,135,171); }

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

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

 a { background-color: rgb(148,135,171); }

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

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

 span { border-color: rgb(148,135,171); }

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