#8F5FE3

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

Shades of Medium Purple #8F5FE3

Tints of Medium Purple #8F5FE3

Color information

#8F5FE3 (or 0x8F5FE3) is unknown color: approx Medium Purple. HEX triplet: 8F, 5F and E3. RGB value is (143,95,227). Sum of RGB (Red+Green+Blue) = 143+95+227=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #8F5FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5FE3 is #70A01C. Grayscale: #7B7B7B. Windows color (decimal): -7381021 or 14901135. OLE color: 14901135.

HSL color Cylindrical-coordinate representation of color #8F5FE3: hue angle of 261.82º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F5FE3 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14395227-
CMYK0.370.5800.11
HSL261.82º70.21%63.14%-
HSV(B)261.82º58.15%89.02%-
XYZ29.2919.5774.91-
YUV124.4185.9141.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.75%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 227 (89.06% from 255) = 48.82%
R=30.75%
G=20.43%
B=48.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal143952270.370.5800.11261.8270.2163.14
Hex8F5FE3253A0B106463f
Octal217137343457201340610677
Binary10001111101111111100011100101111010010111000001101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,95,227); }

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

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

 a { background-color: rgb(143,95,227); }

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

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

 span { border-color: rgb(143,95,227); }

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