#8559DF

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

Shades of Medium Purple #8559DF

Tints of Medium Purple #8559DF

Color information

#8559DF (or 0x8559DF) is unknown color: approx Medium Purple. HEX triplet: 85, 59 and DF. RGB value is (133,89,223). Sum of RGB (Red+Green+Blue) = 133+89+223=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #8559DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559DF is #7AA620. Grayscale: #747474. Windows color (decimal): -8037921 or 14637445. OLE color: 14637445.

HSL color Cylindrical-coordinate representation of color #8559DF: hue angle of 259.7º degrees, saturation: 0.68, 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 #8559DF is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13389223-
CMYK0.400.6000.13
HSL259.7º67.68%61.18%-
HSV(B)259.7º60.09%87.45%-
XYZ26.5617.4671.78-
YUV117.43187.58139.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.89%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 223 (87.5% from 255) = 50.11%
R=29.89%
G=20%
B=50.11%

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
Decimal133892230.400.6000.13259.767.6861.18
Hex8559DF283C0D104443d
Octal205131337507401540410475
Binary10000101101100111011111101000111100011011000001001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8559DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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