#9782AB

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

Shades of Purple Mountain's Majesty #9782AB

Tints of Purple Mountain's Majesty #9782AB

Color information

#9782AB (or 0x9782AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 82 and AB. RGB value is (151,130,171). Sum of RGB (Red+Green+Blue) = 151+130+171=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9782AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9782AB is #687D54. Grayscale: #8C8C8C. Windows color (decimal): -6847829 or 11240087. OLE color: 11240087.

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

Color convert

RGB151130171-
CMYK0.120.2400.33
HSL270.73º19.62%59.02%-
HSV(B)270.73º23.98%67.06%-
XYZ28.125.4841.97-
YUV140.95144.96135.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.41%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=33.41%
G=28.76%
B=37.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511301710.120.2400.33270.7319.6259.02
Hex9782ABC1802110f143b
Octal22720225314300414172473
Binary100101111000001010101011110011000010000110000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9782AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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