#9F70BD

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

Shades of Purple Mountain's Majesty #9F70BD

Tints of Purple Mountain's Majesty #9F70BD

Color information

#9F70BD (or 0x9F70BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 70 and BD. RGB value is (159,112,189). Sum of RGB (Red+Green+Blue) = 159+112+189=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F70BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70BD is #608F42. Grayscale: #868686. Windows color (decimal): -6328131 or 12415135. OLE color: 12415135.

HSL color Cylindrical-coordinate representation of color #9F70BD: hue angle of 276.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F70BD is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159112189-
CMYK0.160.4100.26
HSL276.62º36.84%59.02%-
HSV(B)276.62º40.74%74.12%-
XYZ29.2822.6350.97-
YUV134.83158.57145.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 112 (44.14% from 255) = 24.35%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=34.57%
G=24.35%
B=41.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591121890.160.4100.26276.6236.8459.02
Hex9F70BD102901A115253b
Octal23716027520510324254573
Binary1001111111100001011110110000101001011010100010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F70BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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