#8F61E5

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

Shades of Medium Purple #8F61E5

Tints of Medium Purple #8F61E5

Color information

#8F61E5 (or 0x8F61E5) is unknown color: approx Medium Purple. HEX triplet: 8F, 61 and E5. RGB value is (143,97,229). Sum of RGB (Red+Green+Blue) = 143+97+229=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F61E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F61E5 is #709E1A. Grayscale: #7D7D7D. Windows color (decimal): -7380507 or 15032719. OLE color: 15032719.

HSL color Cylindrical-coordinate representation of color #8F61E5: hue angle of 260.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F61E5 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14397229-
CMYK0.380.5800.10
HSL260.91º71.74%63.92%-
HSV(B)260.91º57.64%89.8%-
XYZ29.7520.0576.43-
YUV125.8186.24140.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 229 (89.84% from 255) = 48.83%
R=30.49%
G=20.68%
B=48.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal143972290.380.5800.10260.9171.7463.92
Hex8F61E5263A0A1054840
Octal2171413454672012405110100
Binary100011111100001111001011001101110100101010000010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F61E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F61E5; }

 p { color: rgb(143,97,229); }

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

<style>
 a { background-color: #8F61E5; }

 a { background-color: rgb(143,97,229); }

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

<style>
 span { border-color: #8F61E5; }

 span { border-color: rgb(143,97,229); }

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