#8A4FE1

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

Shades of Medium Purple #8A4FE1

Tints of Medium Purple #8A4FE1

Color information

#8A4FE1 (or 0x8A4FE1) is unknown color: approx Medium Purple. HEX triplet: 8A, 4F and E1. RGB value is (138,79,225). Sum of RGB (Red+Green+Blue) = 138+79+225=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A4FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4FE1 is #75B01E. Grayscale: #707070. Windows color (decimal): -7712799 or 14765962. OLE color: 14765962.

HSL color Cylindrical-coordinate representation of color #8A4FE1: hue angle of 264.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A4FE1 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13879225-
CMYK0.390.6500.12
HSL264.25º70.87%59.61%-
HSV(B)264.25º64.89%88.24%-
XYZ26.8716.4372.99-
YUV113.28191.05145.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 79 (31.25% from 255) = 17.87%
BLUE value IS 225 (88.28% from 255) = 50.90%
R=31.22%
G=17.87%
B=50.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138792250.390.6500.12264.2570.8759.61
Hex8A4FE127410C108473c
Octal2121173414710101441010774
Binary100010101001111111000011001111000001011001000010001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,79,225); }

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

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

 a { background-color: rgb(138,79,225); }

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

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

 span { border-color: rgb(138,79,225); }

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