#9680BA

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

Shades of Purple Mountain's Majesty #9680BA

Tints of Purple Mountain's Majesty #9680BA

Color information

#9680BA (or 0x9680BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 80 and BA. RGB value is (150,128,186). Sum of RGB (Red+Green+Blue) = 150+128+186=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9680BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680BA is #697F45. Grayscale: #8C8C8C. Windows color (decimal): -6913862 or 12222614. OLE color: 12222614.

HSL color Cylindrical-coordinate representation of color #9680BA: hue angle of 262.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9680BA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150128186-
CMYK0.190.3100.27
HSL262.76º29.59%61.57%-
HSV(B)262.76º31.18%72.94%-
XYZ29.1625.4749.83-
YUV141.19153.29134.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=32.33%
G=27.59%
B=40.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501281860.190.3100.27262.7629.5961.57
Hex9680BA131F01B1071e3e
Octal22620027223370334073676
Binary100101101000000010111010100111111101101110000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9680BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9680BA; }

 p { color: rgb(150,128,186); }

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

<style>
 a { background-color: #9680BA; }

 a { background-color: rgb(150,128,186); }

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

<style>
 span { border-color: #9680BA; }

 span { border-color: rgb(150,128,186); }

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