#9485AB

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

Shades of Purple Mountain's Majesty #9485AB

Tints of Purple Mountain's Majesty #9485AB

Color information

#9485AB (or 0x9485AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 85 and AB. RGB value is (148,133,171). Sum of RGB (Red+Green+Blue) = 148+133+171=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9485AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9485AB is #6B7A54. Grayscale: #8D8D8D. Windows color (decimal): -7043669 or 11240852. OLE color: 11240852.

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

Color convert

RGB148133171-
CMYK0.130.2200.33
HSL263.68º18.45%59.61%-
HSV(B)263.68º22.22%67.06%-
XYZ27.9526.0142.08-
YUV141.82144.47132.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=32.74%
G=29.42%
B=37.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481331710.130.2200.33263.6818.4559.61
Hex9485ABD16021108123c
Octal22420525315260414102274
Binary100101001000010110101011110110110010000110000100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9485AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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