#9F7EE6

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

Shades of Medium Purple #9F7EE6

Tints of Medium Purple #9F7EE6

Color information

#9F7EE6 (or 0x9F7EE6) is unknown color: approx Medium Purple. HEX triplet: 9F, 7E and E6. RGB value is (159,126,230). Sum of RGB (Red+Green+Blue) = 159+126+230=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #9F7EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7EE6 is #608119. Grayscale: #939393. Windows color (decimal): -6324506 or 15105695. OLE color: 15105695.

HSL color Cylindrical-coordinate representation of color #9F7EE6: hue angle of 259.04º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F7EE6 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159126230-
CMYK0.310.4500.10
HSL259.04º67.53%69.8%-
HSV(B)259.04º45.22%90.2%-
XYZ36.0428.0178.37-
YUV147.72174.43136.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.87%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 230 (90.23% from 255) = 44.66%
R=30.87%
G=24.47%
B=44.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1591262300.310.4500.10259.0467.5369.8
Hex9F7EE61F2D0A1034446
Octal2371763463755012403104106
Binary10011111111111011100110111111011010101010000001110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,126,230); }

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

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

 a { background-color: rgb(159,126,230); }

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

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

 span { border-color: rgb(159,126,230); }

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