#8574DD

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

Shades of Medium Purple #8574DD

Tints of Medium Purple #8574DD

Color information

#8574DD (or 0x8574DD) is unknown color: approx Medium Purple. HEX triplet: 85, 74 and DD. RGB value is (133,116,221). Sum of RGB (Red+Green+Blue) = 133+116+221=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #8574DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574DD is #7A8B22. Grayscale: #848484. Windows color (decimal): -8031011 or 14513285. OLE color: 14513285.

HSL color Cylindrical-coordinate representation of color #8574DD: hue angle of 249.71º 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 #8574DD is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133116221-
CMYK0.400.4800.13
HSL249.71º60.69%66.08%-
HSV(B)249.71º47.51%86.67%-
XYZ28.9722.771.26-
YUV133.05177.63127.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 221 (86.72% from 255) = 47.02%
R=28.30%
G=24.68%
B=47.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331162210.400.4800.13249.7160.6966.08
Hex8574DD28300Dfa3d42
Octal205164335506001537275102
Binary1000010111101001101110110100011000001101111110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8574DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8574DD; }

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

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

<style>
 a { background-color: #8574DD; }

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

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

<style>
 span { border-color: #8574DD; }

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

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