#9681AC

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

Shades of Purple Mountain's Majesty #9681AC

Tints of Purple Mountain's Majesty #9681AC

Color information

#9681AC (or 0x9681AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 81 and AC. RGB value is (150,129,172). Sum of RGB (Red+Green+Blue) = 150+129+172=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #9681AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9681AC is #697E53. Grayscale: #8C8C8C. Windows color (decimal): -6913620 or 11305366. OLE color: 11305366.

HSL color Cylindrical-coordinate representation of color #9681AC: hue angle of 269.3º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9681AC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150129172-
CMYK0.130.2500.33
HSL269.3º20.57%59.02%-
HSV(B)269.3º25%67.45%-
XYZ27.8725.1642.42-
YUV140.18145.96135-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=33.26%
G=28.60%
B=38.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501291720.130.2500.33269.320.5759.02
Hex9681ACD1902110d153b
Octal22620125415310414152573
Binary100101101000000110101100110111001010000110000110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9681AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9681AC; }

 p { color: rgb(150,129,172); }

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

<style>
 a { background-color: #9681AC; }

 a { background-color: rgb(150,129,172); }

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

<style>
 span { border-color: #9681AC; }

 span { border-color: rgb(150,129,172); }

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