#9769b9

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

Shades of Purple Mountain's Majesty #9769B9

Tints of Purple Mountain's Majesty #9769B9

Color information

#9769B9 (or 0x9769B9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 69 and B9. RGB value is (151,105,185). Sum of RGB (Red+Green+Blue) = 151+105+185=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #9769B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769B9 is #689646. Grayscale: #7F7F7F. Windows color (decimal): -6854215 or 12151191. OLE color: 12151191.

HSL color Cylindrical-coordinate representation of color #9769B9: hue angle of 274.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9769B9 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151105185-
CMYK0.180.4300.27
HSL274.5º36.36%56.86%-
HSV(B)274.5º43.24%72.55%-
XYZ26.5720.1948.39-
YUV127.87160.24144.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=34.24%
G=23.81%
B=41.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511051850.180.4300.27274.536.3656.86
Hex9769B9122B01B1122439
Octal22715127122530334224471
Binary1001011111010011011100110010101011011011100010010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9769b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9769b9; }

 p { color: rgb(151,105,185); }

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

<style>
 a { background-color: #9769b9; }

 a { background-color: rgb(151,105,185); }

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

<style>
 span { border-color: #9769b9; }

 span { border-color: rgb(151,105,185); }

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