#9779BE

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

Shades of Purple Mountain's Majesty #9779BE

Tints of Purple Mountain's Majesty #9779BE

Color information

#9779BE (or 0x9779BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 79 and BE. RGB value is (151,121,190). Sum of RGB (Red+Green+Blue) = 151+121+190=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #9779BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9779BE is #688641. Grayscale: #898989. Windows color (decimal): -6850114 or 12482967. OLE color: 12482967.

HSL color Cylindrical-coordinate representation of color #9779BE: hue angle of 266.09º 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 #9779BE is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151121190-
CMYK0.210.3600.25
HSL266.09º34.67%60.98%-
HSV(B)266.09º36.32%74.51%-
XYZ28.8923.9751.82-
YUV137.84157.44137.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.68%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=32.68%
G=26.19%
B=41.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511211900.210.3600.25266.0934.6760.98
Hex9779BE152401910a233d
Octal22717127625440314124375
Binary1001011111110011011111010101100100011001100001010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9779BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9779BE; }

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

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

<style>
 a { background-color: #9779BE; }

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

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

<style>
 span { border-color: #9779BE; }

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

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