#8D71E2

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

Shades of Medium Purple #8D71E2

Tints of Medium Purple #8D71E2

Color information

#8D71E2 (or 0x8D71E2) is unknown color: approx Medium Purple. HEX triplet: 8D, 71 and E2. RGB value is (141,113,226). Sum of RGB (Red+Green+Blue) = 141+113+226=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 226 - color contains mainly: blue. Hex color #8D71E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71E2 is #728E1D. Grayscale: #858585. Windows color (decimal): -7507486 or 14840205. OLE color: 14840205.

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

Color convert

RGB141113226-
CMYK0.380.500.11
HSL254.87º66.08%66.47%-
HSV(B)254.87º50%88.63%-
XYZ30.6222.9674.77-
YUV134.25179.78132.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 226 (88.67% from 255) = 47.08%
R=29.38%
G=23.54%
B=47.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1411132260.380.500.11254.8766.0866.47
Hex8D71E226320Bff4242
Octal2151613424662013377102102
Binary10001101111000111100010100110110010010111111111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D71E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,113,226); }

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

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

 a { background-color: rgb(141,113,226); }

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

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

 span { border-color: rgb(141,113,226); }

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