#9868BA

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

Shades of Purple Mountain's Majesty #9868BA

Tints of Purple Mountain's Majesty #9868BA

Color information

#9868BA (or 0x9868BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 68 and BA. RGB value is (152,104,186). Sum of RGB (Red+Green+Blue) = 152+104+186=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #9868BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868BA is #679745. Grayscale: #7F7F7F. Windows color (decimal): -6788934 or 12216472. OLE color: 12216472.

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

Color convert

RGB152104186-
CMYK0.180.4400.27
HSL275.12º37.27%56.86%-
HSV(B)275.12º44.09%72.94%-
XYZ26.7620.1248.93-
YUV127.7160.9145.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=34.39%
G=23.53%
B=42.08%

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
Decimal1521041860.180.4400.27275.1237.2756.86
Hex9868BA122C01B1132539
Octal23015027222540334234571
Binary1001100011010001011101010010101100011011100010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9868BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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