#8563DD

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

Shades of Medium Purple #8563DD

Tints of Medium Purple #8563DD

Color information

#8563DD (or 0x8563DD) is unknown color: approx Medium Purple. HEX triplet: 85, 63 and DD. RGB value is (133,99,221). Sum of RGB (Red+Green+Blue) = 133+99+221=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #8563DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563DD is #7A9C22. Grayscale: #7A7A7A. Windows color (decimal): -8035363 or 14508933. OLE color: 14508933.

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

Color convert

RGB13399221-
CMYK0.400.5500.13
HSL256.72º64.21%62.75%-
HSV(B)256.72º55.2%86.67%-
XYZ27.1919.1370.67-
YUV123.07183.26135.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=29.36%
G=21.85%
B=48.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133992210.400.5500.13256.7264.2162.75
Hex8563DD28370D101403f
Octal205143335506701540110077
Binary10000101110001111011101101000110111011011000000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8563DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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