#9F51F4

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

Shades of Medium Purple #9F51F4

Tints of Medium Purple #9F51F4

Color information

#9F51F4 (or 0x9F51F4) is unknown color: approx Medium Purple. HEX triplet: 9F, 51 and F4. RGB value is (159,81,244). Sum of RGB (Red+Green+Blue) = 159+81+244=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #9F51F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F51F4 is #60AE0B. Grayscale: #7A7A7A. Windows color (decimal): -6336012 or 16011679. OLE color: 16011679.

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

Color convert

RGB15981244-
CMYK0.350.6700.04
HSL268.71º88.11%63.73%-
HSV(B)268.71º66.8%95.69%-
XYZ33.5719.7987.64-
YUV122.9196.34153.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.85%
GREEN value IS 81 (32.03% from 255) = 16.74%
BLUE value IS 244 (95.70% from 255) = 50.41%
R=32.85%
G=16.74%
B=50.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal159812440.350.6700.04268.7188.1163.73
Hex9F51F423430410d5840
Octal2371213644310304415130100
Binary100111111010001111101001000111000011010010000110110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F51F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,81,244); }

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

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

 a { background-color: rgb(159,81,244); }

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

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

 span { border-color: rgb(159,81,244); }

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