#9F71BD

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

Shades of Purple Mountain's Majesty #9F71BD

Tints of Purple Mountain's Majesty #9F71BD

Color information

#9F71BD (or 0x9F71BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 71 and BD. RGB value is (159,113,189). Sum of RGB (Red+Green+Blue) = 159+113+189=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F71BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F71BD is #608E42. Grayscale: #878787. Windows color (decimal): -6327875 or 12415391. OLE color: 12415391.

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

Color convert

RGB159113189-
CMYK0.160.4000.26
HSL276.32º36.54%59.22%-
HSV(B)276.32º40.21%74.12%-
XYZ29.3922.8651.01-
YUV135.42158.24144.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=34.49%
G=24.51%
B=41.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591131890.160.4000.26276.3236.5459.22
Hex9F71BD102801A114253b
Octal23716127520500324244573
Binary1001111111100011011110110000101000011010100010100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F71BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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