#9979BE

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

Shades of Purple Mountain's Majesty #9979BE

Tints of Purple Mountain's Majesty #9979BE

Color information

#9979BE (or 0x9979BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 79 and BE. RGB value is (153,121,190). Sum of RGB (Red+Green+Blue) = 153+121+190=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #9979BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9979BE is #668641. Grayscale: #8A8A8A. Windows color (decimal): -6719042 or 12482969. OLE color: 12482969.

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

Color convert

RGB153121190-
CMYK0.190.3600.25
HSL267.83º34.67%60.98%-
HSV(B)267.83º36.32%74.51%-
XYZ29.2724.1651.84-
YUV138.43157.1138.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=32.97%
G=26.08%
B=40.95%

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
Decimal1531211900.190.3600.25267.8334.6760.98
Hex9979BE132401910c233d
Octal23117127623440314144375
Binary1001100111110011011111010011100100011001100001100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9979BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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