#8D74DD

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

Shades of Medium Purple #8D74DD

Tints of Medium Purple #8D74DD

Color information

#8D74DD (or 0x8D74DD) is unknown color: approx Medium Purple. HEX triplet: 8D, 74 and DD. RGB value is (141,116,221). Sum of RGB (Red+Green+Blue) = 141+116+221=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D74DD is #728B22. Grayscale: #878787. Windows color (decimal): -7506723 or 14513293. OLE color: 14513293.

HSL color Cylindrical-coordinate representation of color #8D74DD: hue angle of 254.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D74DD is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141116221-
CMYK0.360.4800.13
HSL254.29º60.69%66.08%-
HSV(B)254.29º47.51%86.67%-
XYZ30.2823.3771.32-
YUV135.44176.28131.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=29.50%
G=24.27%
B=46.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411162210.360.4800.13254.2960.6966.08
Hex8D74DD24300Dfe3d42
Octal215164335446001537675102
Binary1000110111101001101110110010011000001101111111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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