#8561DD

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

Shades of Medium Purple #8561DD

Tints of Medium Purple #8561DD

Color information

#8561DD (or 0x8561DD) is unknown color: approx Medium Purple. HEX triplet: 85, 61 and DD. RGB value is (133,97,221). Sum of RGB (Red+Green+Blue) = 133+97+221=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #8561DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561DD is #7A9E22. Grayscale: #797979. Windows color (decimal): -8035875 or 14508421. OLE color: 14508421.

HSL color Cylindrical-coordinate representation of color #8561DD: hue angle of 257.42º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8561DD is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13397221-
CMYK0.400.5600.13
HSL257.42º64.58%62.35%-
HSV(B)257.42º56.11%86.67%-
XYZ2718.7670.6-
YUV121.9183.93135.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 221 (86.72% from 255) = 49.00%
R=29.49%
G=21.51%
B=49.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133972210.400.5600.13257.4264.5862.35
Hex8561DD28380D101413e
Octal205141335507001540110176
Binary10000101110000111011101101000111000011011000000011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8561DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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