Html Css Color HEX #856DDD Medium Purple

📋 copy color: '#856DDD'

red 133 ◦ green 109 ◦ blue 221

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

Shades of Medium Purple #856DDD

Tints of Medium Purple #856DDD

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 value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#856DDD (or 0x856DDD) is known color: 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

RGB 133 109 221 -
CMYK 0.40 0.51 0 0.13
HSL 252.86º 0.62% 0.65% -
HSV(B) 252.86º 0.51% 0.87% -
XYZ 28.19 21.14 71 -
YUV 128.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 133 109 221 0.40 0.51 0 0.13 252.86 0.62 0.65
Hex 85 6D DD 28 33 0 D FD 3E 41
Octal 205 155 335 50 63 0 15 375 76 101
Binary 10000101 1101101 11011101 101000 110011 0 1101 11111101 111110 1000001

Color Harmonies of #856DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DDD

Black with #856DDD

Text Example


Text Example

White with #856DDD

Text Example


Text Example

HTML Codes & Css Web 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>