#9283AA

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

Shades of Purple Mountain's Majesty #9283AA

Tints of Purple Mountain's Majesty #9283AA

Color information

#9283AA (or 0x9283AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 83 and AA. RGB value is (146,131,170). Sum of RGB (Red+Green+Blue) = 146+131+170=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #9283AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9283AA is #6D7C55. Grayscale: #8B8B8B. Windows color (decimal): -7175254 or 11174802. OLE color: 11174802.

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

Color convert

RGB146131170-
CMYK0.140.2300.33
HSL263.08º18.66%59.02%-
HSV(B)263.08º22.94%66.67%-
XYZ27.2325.2541.47-
YUV139.93144.97132.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=32.66%
G=29.31%
B=38.03%

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
Decimal1461311700.140.2300.33263.0818.6659.02
Hex9283AAE17021107133b
Octal22220325216270414072373
Binary100100101000001110101010111010111010000110000011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9283AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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