#9F72F5

Color #9F72F5 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9F72F5

Tints of Medium Purple #9F72F5

Color information

#9F72F5 (or 0x9F72F5) is unknown color: approx Medium Purple. HEX triplet: 9F, 72 and F5. RGB value is (159,114,245). Sum of RGB (Red+Green+Blue) = 159+114+245=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #9F72F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F72F5 is #608D0A. Grayscale: #8D8D8D. Windows color (decimal): -6327563 or 16085663. OLE color: 16085663.

HSL color Cylindrical-coordinate representation of color #9F72F5: hue angle of 260.61º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F72F5 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB159114245-
CMYK0.350.5300.04
HSL260.61º86.75%70.39%-
HSV(B)260.61º53.47%96.08%-
XYZ36.82689.46-
YUV142.39185.91139.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 245 (96.09% from 255) = 47.30%
R=30.69%
G=22.01%
B=47.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1591142450.350.5300.04260.6186.7570.39
Hex9F72F52335041055746
Octal237162365436504405127106
Binary10011111111001011110101100011110101010010000010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F72F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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