#9279AB

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

Shades of Purple Mountain's Majesty #9279AB

Tints of Purple Mountain's Majesty #9279AB

Color information

#9279AB (or 0x9279AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 79 and AB. RGB value is (146,121,171). Sum of RGB (Red+Green+Blue) = 146+121+171=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #9279AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9279AB is #6D8654. Grayscale: #868686. Windows color (decimal): -7177813 or 11237778. OLE color: 11237778.

HSL color Cylindrical-coordinate representation of color #9279AB: hue angle of 270º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9279AB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146121171-
CMYK0.150.2900.33
HSL270º22.94%57.25%-
HSV(B)270º29.24%67.06%-
XYZ26.0422.7341.54-
YUV134.18148.78136.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=33.33%
G=27.63%
B=39.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461211710.150.2900.3327022.9457.25
Hex9279ABF1D02110e1739
Octal22217125317350414162771
Binary10010010111100110101011111111101010000110000111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9279AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,121,171); }

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

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

 a { background-color: rgb(146,121,171); }

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

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

 span { border-color: rgb(146,121,171); }

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