#8D74EA

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

Shades of Medium Purple #8D74EA

Tints of Medium Purple #8D74EA

Color information

#8D74EA (or 0x8D74EA) is unknown color: approx Medium Purple. HEX triplet: 8D, 74 and EA. RGB value is (141,116,234). Sum of RGB (Red+Green+Blue) = 141+116+234=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D74EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D74EA is #728B15. Grayscale: #888888. Windows color (decimal): -7506710 or 15365261. OLE color: 15365261.

HSL color Cylindrical-coordinate representation of color #8D74EA: hue angle of 252.71º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D74EA is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141116234-
CMYK0.400.5000.08
HSL252.71º73.75%68.63%-
HSV(B)252.71º50.43%91.76%-
XYZ32.0824.0980.8-
YUV136.93182.78130.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=28.72%
G=23.63%
B=47.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411162340.400.5000.08252.7173.7568.63
Hex8D74EA283208fd4a45
Octal2151643525062010375112105
Binary10001101111010011101010101000110010010001111110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D74EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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