#8559DD

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

Shades of Medium Purple #8559DD

Tints of Medium Purple #8559DD

Color information

#8559DD (or 0x8559DD) is unknown color: approx Medium Purple. HEX triplet: 85, 59 and DD. RGB value is (133,89,221). Sum of RGB (Red+Green+Blue) = 133+89+221=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #8559DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559DD is #7AA622. Grayscale: #747474. Windows color (decimal): -8037923 or 14506373. OLE color: 14506373.

HSL color Cylindrical-coordinate representation of color #8559DD: hue angle of 260º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8559DD is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13389221-
CMYK0.400.6000.13
HSL260º66%60.78%-
HSV(B)260º59.73%86.67%-
XYZ26.317.3570.37-
YUV117.2186.58139.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=30.02%
G=20.09%
B=49.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133892210.400.6000.132606660.78
Hex8559DD283C0D104423d
Octal205131335507401540410275
Binary10000101101100111011101101000111100011011000001001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8559DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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