#9F70BA

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

Shades of Purple Mountain's Majesty #9F70BA

Tints of Purple Mountain's Majesty #9F70BA

Color information

#9F70BA (or 0x9F70BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 70 and BA. RGB value is (159,112,186). Sum of RGB (Red+Green+Blue) = 159+112+186=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F70BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70BA is #608F45. Grayscale: #868686. Windows color (decimal): -6328134 or 12218527. OLE color: 12218527.

HSL color Cylindrical-coordinate representation of color #9F70BA: hue angle of 278.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F70BA is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159112186-
CMYK0.150.4000.27
HSL278.11º34.91%58.43%-
HSV(B)278.11º39.78%72.94%-
XYZ28.9622.549.27-
YUV134.49157.07145.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=34.79%
G=24.51%
B=40.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591121860.150.4000.27278.1134.9158.43
Hex9F70BAF2801B116233a
Octal23716027217500334264372
Binary100111111110000101110101111101000011011100010110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,112,186); }

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

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

 a { background-color: rgb(159,112,186); }

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

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

 span { border-color: rgb(159,112,186); }

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