#9F7FE5

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

Shades of Medium Purple #9F7FE5

Tints of Medium Purple #9F7FE5

Color information

#9F7FE5 (or 0x9F7FE5) is unknown color: approx Medium Purple. HEX triplet: 9F, 7F and E5. RGB value is (159,127,229). Sum of RGB (Red+Green+Blue) = 159+127+229=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F7FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FE5 is #60801A. Grayscale: #939393. Windows color (decimal): -6324251 or 15040415. OLE color: 15040415.

HSL color Cylindrical-coordinate representation of color #9F7FE5: hue angle of 258.82º degrees, saturation: 0.66, 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 #9F7FE5 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159127229-
CMYK0.310.4500.10
HSL258.82º66.23%69.8%-
HSV(B)258.82º44.54%89.8%-
XYZ36.0328.2177.67-
YUV148.2173.6135.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.87%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 229 (89.84% from 255) = 44.47%
R=30.87%
G=24.66%
B=44.47%

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
Decimal1591272290.310.4500.10258.8266.2369.8
Hex9F7FE51F2D0A1034246
Octal2371773453755012403102106
Binary10011111111111111100101111111011010101010000001110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,127,229); }

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

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

 a { background-color: rgb(159,127,229); }

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

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

 span { border-color: rgb(159,127,229); }

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