#8D7AE4

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

Shades of Medium Purple #8D7AE4

Tints of Medium Purple #8D7AE4

Color information

#8D7AE4 (or 0x8D7AE4) is unknown color: approx Medium Purple. HEX triplet: 8D, 7A and E4. RGB value is (141,122,228). Sum of RGB (Red+Green+Blue) = 141+122+228=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 228 - color contains mainly: blue. Hex color #8D7AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7AE4 is #72851B. Grayscale: #8B8B8B. Windows color (decimal): -7505180 or 14973581. OLE color: 14973581.

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

Color convert

RGB141122228-
CMYK0.380.4600.11
HSL250.75º66.25%68.63%-
HSV(B)250.75º46.49%89.41%-
XYZ31.9525.1876.58-
YUV139.76177.79128.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 228 (89.45% from 255) = 46.44%
R=28.72%
G=24.85%
B=46.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1411222280.380.4600.11250.7566.2568.63
Hex8D7AE4262E0Bfb4245
Octal2151723444656013373102105
Binary10001101111101011100100100110101110010111111101110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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