#9485AC

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

Shades of Purple Mountain's Majesty #9485AC

Tints of Purple Mountain's Majesty #9485AC

Color information

#9485AC (or 0x9485AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 85 and AC. RGB value is (148,133,172). Sum of RGB (Red+Green+Blue) = 148+133+172=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #9485AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9485AC is #6B7A53. Grayscale: #8D8D8D. Windows color (decimal): -7043668 or 11306388. OLE color: 11306388.

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

Color convert

RGB148133172-
CMYK0.140.2300.33
HSL263.08º19.02%59.8%-
HSV(B)263.08º22.67%67.45%-
XYZ28.0526.0542.58-
YUV141.93144.97132.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=32.67%
G=29.36%
B=37.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481331720.140.2300.33263.0819.0259.8
Hex9485ACE17021107133c
Octal22420525416270414072374
Binary100101001000010110101100111010111010000110000011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9485AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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