#9382AB

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

Shades of Purple Mountain's Majesty #9382AB

Tints of Purple Mountain's Majesty #9382AB

Color information

#9382AB (or 0x9382AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 82 and AB. RGB value is (147,130,171). Sum of RGB (Red+Green+Blue) = 147+130+171=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #9382AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9382AB is #6C7D54. Grayscale: #8B8B8B. Windows color (decimal): -7109973 or 11240083. OLE color: 11240083.

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

Color convert

RGB147130171-
CMYK0.140.2400.33
HSL264.88º19.62%59.02%-
HSV(B)264.88º23.98%67.06%-
XYZ27.3725.1141.93-
YUV139.76145.63133.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.81%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=32.81%
G=29.02%
B=38.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471301710.140.2400.33264.8819.6259.02
Hex9382ABE18021109143b
Octal22320225316300414112473
Binary100100111000001010101011111011000010000110000100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9382AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,130,171); }

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

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

 a { background-color: rgb(147,130,171); }

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

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

 span { border-color: rgb(147,130,171); }

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