#9A79BE

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

Shades of Purple Mountain's Majesty #9A79BE

Tints of Purple Mountain's Majesty #9A79BE

Color information

#9A79BE (or 0x9A79BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 79 and BE. RGB value is (154,121,190). Sum of RGB (Red+Green+Blue) = 154+121+190=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A79BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A79BE is #658641. Grayscale: #8A8A8A. Windows color (decimal): -6653506 or 12482970. OLE color: 12482970.

HSL color Cylindrical-coordinate representation of color #9A79BE: hue angle of 268.7º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A79BE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154121190-
CMYK0.190.3600.25
HSL268.7º34.67%60.98%-
HSV(B)268.7º36.32%74.51%-
XYZ29.4624.2651.85-
YUV138.73156.93138.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.12%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=33.12%
G=26.02%
B=40.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541211900.190.3600.25268.734.6760.98
Hex9A79BE132401910d233d
Octal23217127623440314154375
Binary1001101011110011011111010011100100011001100001101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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