Html Css Color HEX #856EDD Medium Purple

📋 copy color: '#856EDD'

red 133 ◦ green 110 ◦ blue 221

#856EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #856EDD

Tints of Medium Purple #856EDD

RGB

 RED value IS 133 (52.34% from 255) = 28.66%

 GREEN value IS 110 (43.36% from 255) = 23.71%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 28.66%
G = 23.71%
B = 47.63%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#856EDD (or 0x856EDD) is known color: Medium Purple. HEX triplet: 85, 6E and DD. RGB value is (133,110,221). Sum of RGB (Red+Green+Blue) = 133+110+221=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #856EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EDD is #7A9122. Grayscale: #818181. Windows color (decimal): -8032547 or 14511749. OLE color: 14511749.

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

Color convert

RGB 133 110 221 -
CMYK 0.40 0.50 0 0.13
HSL 252.43º 0.62% 0.65% -
HSV(B) 252.43º 0.5% 0.87% -
XYZ 28.3 21.36 71.04 -
YUV 129.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 133 110 221 0.40 0.50 0 0.13 252.43 0.62 0.65
Hex 85 6E DD 28 32 0 D FC 3E 41
Octal 205 156 335 50 62 0 15 374 76 101
Binary 10000101 1101110 11011101 101000 110010 0 1101 11111100 111110 1000001

Color Harmonies of #856EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EDD

Black with #856EDD

Text Example


Text Example

White with #856EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #856EDD;
 }
 .AnyTagClassName
 {
   color: #856EDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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