#8A4FE6

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

Shades of Medium Purple #8A4FE6

Tints of Medium Purple #8A4FE6

Color information

#8A4FE6 (or 0x8A4FE6) is unknown color: approx Medium Purple. HEX triplet: 8A, 4F and E6. RGB value is (138,79,230). Sum of RGB (Red+Green+Blue) = 138+79+230=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A4FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A4FE6 is #75B019. Grayscale: #717171. Windows color (decimal): -7712794 or 15093642. OLE color: 15093642.

HSL color Cylindrical-coordinate representation of color #8A4FE6: hue angle of 263.44º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A4FE6 is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13879230-
CMYK0.40.6600.10
HSL263.44º75.12%60.59%-
HSV(B)263.44º65.65%90.2%-
XYZ27.5616.7176.64-
YUV113.85193.55145.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 230 (90.23% from 255) = 51.45%
R=30.87%
G=17.67%
B=51.45%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal138792300.40.6600.10263.4475.1260.59
Hex8A4FE628420A1074b3d
Octal2121173465010201240711375
Binary100010101001111111001101010001000010010101000001111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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