#9F76F1

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

Shades of Medium Purple #9F76F1

Tints of Medium Purple #9F76F1

Color information

#9F76F1 (or 0x9F76F1) is unknown color: approx Medium Purple. HEX triplet: 9F, 76 and F1. RGB value is (159,118,241). Sum of RGB (Red+Green+Blue) = 159+118+241=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F76F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F76F1 is #60890E. Grayscale: #8F8F8F. Windows color (decimal): -6326543 or 15824543. OLE color: 15824543.

HSL color Cylindrical-coordinate representation of color #9F76F1: hue angle of 260º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F76F1 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159118241-
CMYK0.340.5100.05
HSL260º81.46%70.39%-
HSV(B)260º51.04%94.51%-
XYZ36.6526.6886.44-
YUV144.28182.58138.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 118 (46.48% from 255) = 22.78%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=30.69%
G=22.78%
B=46.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591182410.340.5100.0526081.4670.39
Hex9F76F12233051045146
Octal237166361426305404121106
Binary10011111111011011110001100010110011010110000010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F76F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,118,241); }

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

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

 a { background-color: rgb(159,118,241); }

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

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

 span { border-color: rgb(159,118,241); }

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