#9F53F9

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

Shades of Medium Purple #9F53F9

Tints of Medium Purple #9F53F9

Color information

#9F53F9 (or 0x9F53F9) is unknown color: approx Medium Purple. HEX triplet: 9F, 53 and F9. RGB value is (159,83,249). Sum of RGB (Red+Green+Blue) = 159+83+249=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #9F53F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F53F9 is #60AC06. Grayscale: #7C7C7C. Windows color (decimal): -6335495 or 16339871. OLE color: 16339871.

HSL color Cylindrical-coordinate representation of color #9F53F9: hue angle of 267.47º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F53F9 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15983249-
CMYK0.360.6700.02
HSL267.47º93.26%65.1%-
HSV(B)267.47º66.67%97.65%-
XYZ34.4920.491.74-
YUV124.65198.18152.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 83 (32.81% from 255) = 16.90%
BLUE value IS 249 (97.66% from 255) = 50.71%
R=32.38%
G=16.90%
B=50.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal159832490.360.6700.02267.4793.2665.1
Hex9F53F924430210b5d41
Octal2371233714410302413135101
Binary10011111101001111111001100100100001101010000101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F53F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,83,249); }

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

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

 a { background-color: rgb(159,83,249); }

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

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

 span { border-color: rgb(159,83,249); }

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