#856DDD

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

Shades of Medium Purple #856DDD

Tints of Medium Purple #856DDD

Color information

#856DDD (or 0x856DDD) is unknown color: approx Medium Purple. HEX triplet: 85, 6D and DD. RGB value is (133,109,221). Sum of RGB (Red+Green+Blue) = 133+109+221=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #856DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DDD is #7A9222. Grayscale: #808080. Windows color (decimal): -8032803 or 14511493. OLE color: 14511493.

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

Color convert

RGB133109221-
CMYK0.400.5100.13
HSL252.86º62.22%64.71%-
HSV(B)252.86º50.68%86.67%-
XYZ28.1921.1471-
YUV128.94179.95130.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.73%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=28.73%
G=23.54%
B=47.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331092210.400.5100.13252.8662.2264.71
Hex856DDD28330Dfd3e41
Octal205155335506301537576101
Binary1000010111011011101110110100011001101101111111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856DDD; }

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

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

<style>
 a { background-color: #856DDD; }

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

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

<style>
 span { border-color: #856DDD; }

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

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