#9485AF

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

Shades of Purple Mountain's Majesty #9485AF

Tints of Purple Mountain's Majesty #9485AF

Color information

#9485AF (or 0x9485AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 85 and AF. RGB value is (148,133,175). Sum of RGB (Red+Green+Blue) = 148+133+175=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #9485AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9485AF is #6B7A50. Grayscale: #8E8E8E. Windows color (decimal): -7043665 or 11502996. OLE color: 11502996.

HSL color Cylindrical-coordinate representation of color #9485AF: hue angle of 261.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9485AF is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148133175-
CMYK0.150.2400.31
HSL261.43º20.79%60.39%-
HSV(B)261.43º24%68.63%-
XYZ28.3426.1744.11-
YUV142.27146.47132.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=32.46%
G=29.17%
B=38.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481331750.150.2400.31261.4320.7960.39
Hex9485AFF1801F105153c
Octal22420525717300374052574
Binary10010100100001011010111111111100001111110000010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9485AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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