#9869BA

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

Shades of Purple Mountain's Majesty #9869BA

Tints of Purple Mountain's Majesty #9869BA

Color information

#9869BA (or 0x9869BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 69 and BA. RGB value is (152,105,186). Sum of RGB (Red+Green+Blue) = 152+105+186=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #9869BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869BA is #679645. Grayscale: #808080. Windows color (decimal): -6788678 or 12216728. OLE color: 12216728.

HSL color Cylindrical-coordinate representation of color #9869BA: hue angle of 274.81º 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 #9869BA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152105186-
CMYK0.180.4400.27
HSL274.81º36.99%57.06%-
HSV(B)274.81º43.55%72.94%-
XYZ26.8620.3248.96-
YUV128.29160.57144.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=34.31%
G=23.70%
B=41.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521051860.180.4400.27274.8136.9957.06
Hex9869BA122C01B1132539
Octal23015127222540334234571
Binary1001100011010011011101010010101100011011100010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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