#9F5FE7

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

Shades of Medium Purple #9F5FE7

Tints of Medium Purple #9F5FE7

Color information

#9F5FE7 (or 0x9F5FE7) is unknown color: approx Medium Purple. HEX triplet: 9F, 5F and E7. RGB value is (159,95,231). Sum of RGB (Red+Green+Blue) = 159+95+231=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F5FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5FE7 is #60A018. Grayscale: #818181. Windows color (decimal): -6332441 or 15163295. OLE color: 15163295.

HSL color Cylindrical-coordinate representation of color #9F5FE7: hue angle of 268.24º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F5FE7 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15995231-
CMYK0.310.5900.09
HSL268.24º73.91%63.92%-
HSV(B)268.24º58.87%90.59%-
XYZ32.8121.3277.99-
YUV129.64185.2148.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.78%
GREEN value IS 95 (37.5% from 255) = 19.59%
BLUE value IS 231 (90.62% from 255) = 47.63%
R=32.78%
G=19.59%
B=47.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal159952310.310.5900.09268.2473.9163.92
Hex9F5FE71F3B0910c4a40
Octal2371373473773011414112100
Binary10011111101111111100111111111110110100110000110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,95,231); }

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

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

 a { background-color: rgb(159,95,231); }

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

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

 span { border-color: rgb(159,95,231); }

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