#9F75BA

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

Shades of Purple Mountain's Majesty #9F75BA

Tints of Purple Mountain's Majesty #9F75BA

Color information

#9F75BA (or 0x9F75BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 75 and BA. RGB value is (159,117,186). Sum of RGB (Red+Green+Blue) = 159+117+186=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F75BA is #608A45. Grayscale: #898989. Windows color (decimal): -6326854 or 12219807. OLE color: 12219807.

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

Color convert

RGB159117186-
CMYK0.150.3700.27
HSL276.52º33.33%59.41%-
HSV(B)276.52º37.1%72.94%-
XYZ29.5223.6449.46-
YUV137.42155.41143.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=34.42%
G=25.32%
B=40.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591171860.150.3700.27276.5233.3359.41
Hex9F75BAF2501B115213b
Octal23716527217450334254173
Binary100111111110101101110101111100101011011100010101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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