#9285AA

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

Shades of Purple Mountain's Majesty #9285AA

Tints of Purple Mountain's Majesty #9285AA

Color information

#9285AA (or 0x9285AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 85 and AA. RGB value is (146,133,170). Sum of RGB (Red+Green+Blue) = 146+133+170=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #9285AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9285AA is #6D7A55. Grayscale: #8C8C8C. Windows color (decimal): -7174742 or 11175314. OLE color: 11175314.

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

Color convert

RGB146133170-
CMYK0.140.2200.33
HSL261.08º17.87%59.41%-
HSV(B)261.08º21.76%66.67%-
XYZ27.525.7941.56-
YUV141.1144.31131.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=32.52%
G=29.62%
B=37.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461331700.140.2200.33261.0817.8759.41
Hex9285AAE16021105123b
Octal22220525216260414052273
Binary100100101000010110101010111010110010000110000010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9285AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9285AA; }

 p { color: rgb(146,133,170); }

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

<style>
 a { background-color: #9285AA; }

 a { background-color: rgb(146,133,170); }

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

<style>
 span { border-color: #9285AA; }

 span { border-color: rgb(146,133,170); }

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