#8D74E4

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

Shades of Medium Purple #8D74E4

Tints of Medium Purple #8D74E4

Color information

#8D74E4 (or 0x8D74E4) is unknown color: approx Medium Purple. HEX triplet: 8D, 74 and E4. RGB value is (141,116,228). Sum of RGB (Red+Green+Blue) = 141+116+228=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #8D74E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D74E4 is #728B1B. Grayscale: #878787. Windows color (decimal): -7506716 or 14972045. OLE color: 14972045.

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

Color convert

RGB141116228-
CMYK0.380.4900.11
HSL253.39º67.47%67.45%-
HSV(B)253.39º49.12%89.41%-
XYZ31.2323.7576.34-
YUV136.24179.78131.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 116 (45.70% from 255) = 23.92%
BLUE value IS 228 (89.45% from 255) = 47.01%
R=29.07%
G=23.92%
B=47.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1411162280.380.4900.11253.3967.4767.45
Hex8D74E426310Bfd4343
Octal2151643444661013375103103
Binary10001101111010011100100100110110001010111111110110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D74E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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