#9F72C0

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

Shades of Purple Mountain's Majesty #9F72C0

Tints of Purple Mountain's Majesty #9F72C0

Color information

#9F72C0 (or 0x9F72C0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 72 and C0. RGB value is (159,114,192). Sum of RGB (Red+Green+Blue) = 159+114+192=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F72C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F72C0 is #608D3F. Grayscale: #888888. Windows color (decimal): -6327616 or 12612255. OLE color: 12612255.

HSL color Cylindrical-coordinate representation of color #9F72C0: hue angle of 274.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F72C0 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159114192-
CMYK0.170.4100.25
HSL274.62º38.24%60%-
HSV(B)274.62º40.62%75.29%-
XYZ29.8323.2152.78-
YUV136.35159.41144.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.19%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=34.19%
G=24.52%
B=41.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591141920.170.4100.25274.6238.2460
Hex9F72C01129019113263c
Octal23716230021510314234674
Binary1001111111100101100000010001101001011001100010011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F72C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,114,192); }

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

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

 a { background-color: rgb(159,114,192); }

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

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

 span { border-color: rgb(159,114,192); }

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