#9482AB

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

Shades of Purple Mountain's Majesty #9482AB

Tints of Purple Mountain's Majesty #9482AB

Color information

#9482AB (or 0x9482AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 82 and AB. RGB value is (148,130,171). Sum of RGB (Red+Green+Blue) = 148+130+171=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9482AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9482AB is #6B7D54. Grayscale: #8B8B8B. Windows color (decimal): -7044437 or 11240084. OLE color: 11240084.

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

Color convert

RGB148130171-
CMYK0.130.2400.33
HSL266.34º19.62%59.02%-
HSV(B)266.34º23.98%67.06%-
XYZ27.5525.241.94-
YUV140.06145.46133.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.96%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=32.96%
G=28.95%
B=38.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481301710.130.2400.33266.3419.6259.02
Hex9482ABD1802110a143b
Octal22420225315300414122473
Binary100101001000001010101011110111000010000110000101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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