#8D54E4

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

Shades of Medium Purple #8D54E4

Tints of Medium Purple #8D54E4

Color information

#8D54E4 (or 0x8D54E4) is unknown color: approx Medium Purple. HEX triplet: 8D, 54 and E4. RGB value is (141,84,228). Sum of RGB (Red+Green+Blue) = 141+84+228=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #8D54E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54E4 is #72AB1B. Grayscale: #747474. Windows color (decimal): -7514908 or 14963853. OLE color: 14963853.

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

Color convert

RGB14184228-
CMYK0.380.6300.11
HSL263.75º72.73%61.18%-
HSV(B)263.75º63.16%89.41%-
XYZ28.1617.675.31-
YUV117.46190.38144.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.13%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 228 (89.45% from 255) = 50.33%
R=31.13%
G=18.54%
B=50.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal141842280.380.6300.11263.7572.7361.18
Hex8D54E4263F0B108493d
Octal215124344467701341011175
Binary10001101101010011100100100110111111010111000010001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D54E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,228); }

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

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

 a { background-color: rgb(141,84,228); }

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

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

 span { border-color: rgb(141,84,228); }

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