#8F61ED

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

Shades of Medium Purple #8F61ED

Tints of Medium Purple #8F61ED

Color information

#8F61ED (or 0x8F61ED) is unknown color: approx Medium Purple. HEX triplet: 8F, 61 and ED. RGB value is (143,97,237). Sum of RGB (Red+Green+Blue) = 143+97+237=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F61ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F61ED is #709E12. Grayscale: #7E7E7E. Windows color (decimal): -7380499 or 15557007. OLE color: 15557007.

HSL color Cylindrical-coordinate representation of color #8F61ED: hue angle of 259.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F61ED is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14397237-
CMYK0.400.5900.07
HSL259.71º79.55%65.49%-
HSV(B)259.71º59.07%92.94%-
XYZ30.8920.582.45-
YUV126.71190.24139.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.98%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 237 (92.97% from 255) = 49.69%
R=29.98%
G=20.34%
B=49.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal143972370.400.5900.07259.7179.5565.49
Hex8F61ED283B071045041
Octal217141355507307404120101
Binary10001111110000111101101101000111011011110000010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F61ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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