#9083AB

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

Shades of Purple Mountain's Majesty #9083AB

Tints of Purple Mountain's Majesty #9083AB

Color information

#9083AB (or 0x9083AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 83 and AB. RGB value is (144,131,171). Sum of RGB (Red+Green+Blue) = 144+131+171=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #9083AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9083AB is #6F7C54. Grayscale: #8B8B8B. Windows color (decimal): -7306325 or 11240336. OLE color: 11240336.

HSL color Cylindrical-coordinate representation of color #9083AB: hue angle of 259.5º 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 #9083AB is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144131171-
CMYK0.160.2300.33
HSL259.5º19.23%59.22%-
HSV(B)259.5º23.39%67.06%-
XYZ26.9725.141.95-
YUV139.45145.81131.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.29%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=32.29%
G=29.37%
B=38.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441311710.160.2300.33259.519.2359.22
Hex9083AB1017021104133b
Octal22020325320270414042373
Binary1001000010000011101010111000010111010000110000010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9083AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,131,171); }

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

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

 a { background-color: rgb(144,131,171); }

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

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

 span { border-color: rgb(144,131,171); }

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