#9A79B0

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

Shades of Purple Mountain's Majesty #9A79B0

Tints of Purple Mountain's Majesty #9A79B0

Color information

#9A79B0 (or 0x9A79B0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 79 and B0. RGB value is (154,121,176). Sum of RGB (Red+Green+Blue) = 154+121+176=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 176 - color contains mainly: blue. Hex color #9A79B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A79B0 is #65864F. Grayscale: #888888. Windows color (decimal): -6653520 or 11565466. OLE color: 11565466.

HSL color Cylindrical-coordinate representation of color #9A79B0: hue angle of 276º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A79B0 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154121176-
CMYK0.120.3100.31
HSL276º25.82%58.24%-
HSV(B)276º31.25%69.02%-
XYZ2823.6844.17-
YUV137.14149.93140.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.15%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 176 (69.14% from 255) = 39.02%
R=34.15%
G=26.83%
B=39.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541211760.120.3100.3127625.8258.24
Hex9A79B0C1F01F1141a3a
Octal23217126014370374243272
Binary1001101011110011011000011001111101111110001010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A79B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A79B0; }

 p { color: rgb(154,121,176); }

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

<style>
 a { background-color: #9A79B0; }

 a { background-color: rgb(154,121,176); }

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

<style>
 span { border-color: #9A79B0; }

 span { border-color: rgb(154,121,176); }

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