#9F62F0

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

Shades of Medium Purple #9F62F0

Tints of Medium Purple #9F62F0

Color information

#9F62F0 (or 0x9F62F0) is unknown color: approx Medium Purple. HEX triplet: 9F, 62 and F0. RGB value is (159,98,240). Sum of RGB (Red+Green+Blue) = 159+98+240=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #9F62F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F62F0 is #609D0F. Grayscale: #838383. Windows color (decimal): -6331664 or 15753887. OLE color: 15753887.

HSL color Cylindrical-coordinate representation of color #9F62F0: hue angle of 265.77º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F62F0 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15998240-
CMYK0.340.5900.06
HSL265.77º82.56%66.27%-
HSV(B)265.77º59.17%94.12%-
XYZ34.3922.484.95-
YUV132.43188.71146.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 98 (38.67% from 255) = 19.72%
BLUE value IS 240 (94.14% from 255) = 48.29%
R=31.99%
G=19.72%
B=48.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal159982400.340.5900.06265.7782.5666.27
Hex9F62F0223B0610a5342
Octal237142360427306412123102
Binary10011111110001011110000100010111011011010000101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F62F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,98,240); }

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

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

 a { background-color: rgb(159,98,240); }

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

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

 span { border-color: rgb(159,98,240); }

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