#8F63E1

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

Shades of Medium Purple #8F63E1

Tints of Medium Purple #8F63E1

Color information

#8F63E1 (or 0x8F63E1) is unknown color: approx Medium Purple. HEX triplet: 8F, 63 and E1. RGB value is (143,99,225). Sum of RGB (Red+Green+Blue) = 143+99+225=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F63E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F63E1 is #709C1E. Grayscale: #7E7E7E. Windows color (decimal): -7379999 or 14771087. OLE color: 14771087.

HSL color Cylindrical-coordinate representation of color #8F63E1: hue angle of 260.95º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F63E1 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14399225-
CMYK0.360.5600.12
HSL260.95º67.74%63.53%-
HSV(B)260.95º56%88.24%-
XYZ29.3820.273.58-
YUV126.52183.58139.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.62%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 225 (88.28% from 255) = 48.18%
R=30.62%
G=21.20%
B=48.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143992250.360.5600.12260.9567.7463.53
Hex8F63E124380C1054440
Octal2171433414470014405104100
Binary100011111100011111000011001001110000110010000010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F63E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,99,225); }

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

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

 a { background-color: rgb(143,99,225); }

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

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

 span { border-color: rgb(143,99,225); }

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