#9679AF

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

Shades of Purple Mountain's Majesty #9679AF

Tints of Purple Mountain's Majesty #9679AF

Color information

#9679AF (or 0x9679AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 79 and AF. RGB value is (150,121,175). Sum of RGB (Red+Green+Blue) = 150+121+175=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #9679AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9679AF is #698650. Grayscale: #878787. Windows color (decimal): -6915665 or 11499926. OLE color: 11499926.

HSL color Cylindrical-coordinate representation of color #9679AF: hue angle of 272.22º degrees, saturation: 0.25, 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 #9679AF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150121175-
CMYK0.140.3100.31
HSL272.22º25.23%58.04%-
HSV(B)272.22º30.86%68.63%-
XYZ27.1523.2543.61-
YUV135.83150.11138.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=33.63%
G=27.13%
B=39.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501211750.140.3100.31272.2225.2358.04
Hex9679AFE1F01F110193a
Octal22617125716370374203172
Binary1001011011110011010111111101111101111110001000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9679AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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