#9679BD

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

Shades of Purple Mountain's Majesty #9679BD

Tints of Purple Mountain's Majesty #9679BD

Color information

#9679BD (or 0x9679BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 79 and BD. RGB value is (150,121,189). Sum of RGB (Red+Green+Blue) = 150+121+189=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #9679BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679BD is #698642. Grayscale: #898989. Windows color (decimal): -6915651 or 12417430. OLE color: 12417430.

HSL color Cylindrical-coordinate representation of color #9679BD: hue angle of 265.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9679BD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150121189-
CMYK0.210.3600.26
HSL265.59º34%60.78%-
HSV(B)265.59º35.98%74.12%-
XYZ28.623.8351.24-
YUV137.42157.11136.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=32.61%
G=26.30%
B=41.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501211890.210.3600.26265.593460.78
Hex9679BD152401A10a223d
Octal22617127525440324124275
Binary1001011011110011011110110101100100011010100001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9679BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9679BD; }

 p { color: rgb(150,121,189); }

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

<style>
 a { background-color: #9679BD; }

 a { background-color: rgb(150,121,189); }

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

<style>
 span { border-color: #9679BD; }

 span { border-color: rgb(150,121,189); }

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