#9B69BA

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

Shades of Purple Mountain's Majesty #9B69BA

Tints of Purple Mountain's Majesty #9B69BA

Color information

#9B69BA (or 0x9B69BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 69 and BA. RGB value is (155,105,186). Sum of RGB (Red+Green+Blue) = 155+105+186=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B69BA is #649645. Grayscale: #808080. Windows color (decimal): -6592070 or 12216731. OLE color: 12216731.

HSL color Cylindrical-coordinate representation of color #9B69BA: hue angle of 277.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B69BA is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB155105186-
CMYK0.170.4400.27
HSL277.04º36.99%57.06%-
HSV(B)277.04º43.55%72.94%-
XYZ27.4320.6248.99-
YUV129.18160.06146.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=34.75%
G=23.54%
B=41.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551051860.170.4400.27277.0436.9957.06
Hex9B69BA112C01B1152539
Octal23315127221540334254571
Binary1001101111010011011101010001101100011011100010101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B69BA; }

 p { color: rgb(155,105,186); }

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

<style>
 a { background-color: #9B69BA; }

 a { background-color: rgb(155,105,186); }

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

<style>
 span { border-color: #9B69BA; }

 span { border-color: rgb(155,105,186); }

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