#9480AB

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

Shades of Purple Mountain's Majesty #9480AB

Tints of Purple Mountain's Majesty #9480AB

Color information

#9480AB (or 0x9480AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 80 and AB. RGB value is (148,128,171). Sum of RGB (Red+Green+Blue) = 148+128+171=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #9480AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9480AB is #6B7F54. Grayscale: #8A8A8A. Windows color (decimal): -7044949 or 11239572. OLE color: 11239572.

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

Color convert

RGB148128171-
CMYK0.130.2500.33
HSL267.91º20.38%58.63%-
HSV(B)267.91º25.15%67.06%-
XYZ27.2824.6741.85-
YUV138.88146.13134.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=33.11%
G=28.64%
B=38.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481281710.130.2500.33267.9120.3858.63
Hex9480ABD1902110c143b
Octal22420025315310414142473
Binary100101001000000010101011110111001010000110000110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9480AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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