#856AD4

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

Shades of Medium Purple #856AD4

Tints of Medium Purple #856AD4

Color information

#856AD4 (or 0x856AD4) is unknown color: approx Medium Purple. HEX triplet: 85, 6A and D4. RGB value is (133,106,212). Sum of RGB (Red+Green+Blue) = 133+106+212=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #856AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856AD4 is #7A952B. Grayscale: #7D7D7D. Windows color (decimal): -8033580 or 13920901. OLE color: 13920901.

HSL color Cylindrical-coordinate representation of color #856AD4: hue angle of 255.28º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #856AD4 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB133106212-
CMYK0.370.500.17
HSL255.28º55.21%62.35%-
HSV(B)255.28º50%83.14%-
XYZ26.7120.0564.75-
YUV126.16176.45132.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 212 (83.20% from 255) = 47.01%
R=29.49%
G=23.50%
B=47.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1331062120.370.500.17255.2855.2162.35
Hex856AD42532011ff373e
Octal20515232445620213776776
Binary1000010111010101101010010010111001001000111111111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,106,212); }

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

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

 a { background-color: rgb(133,106,212); }

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

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

 span { border-color: rgb(133,106,212); }

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