Html Css Color HEX #856DDC Medium Purple

📋 copy color: '#856DDC'

red 133 ◦ green 109 ◦ blue 220

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

Shades of Medium Purple #856DDC

Tints of Medium Purple #856DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.59%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 28.79%
G = 23.59%
B = 47.62%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#856DDC (or 0x856DDC) is known color: Medium Purple. HEX triplet: 85, 6D and DC. RGB value is (133,109,220). Sum of RGB (Red+Green+Blue) = 133+109+220=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #856DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DDC is #7A9223. Grayscale: #808080. Windows color (decimal): -8032804 or 14445957. OLE color: 14445957.

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

Color convert

RGB 133 109 220 -
CMYK 0.40 0.50 0 0.14
HSL 252.97º 0.61% 0.65% -
HSV(B) 252.97º 0.5% 0.86% -
XYZ 28.06 21.09 70.3 -
YUV 128.83 179.45 130.97 -
System Red Green Blue C M Y K H S L
Decimal 133 109 220 0.40 0.50 0 0.14 252.97 0.61 0.65
Hex 85 6D DC 28 32 0 E FD 3D 41
Octal 205 155 334 50 62 0 16 375 75 101
Binary 10000101 1101101 11011100 101000 110010 0 1110 11111101 111101 1000001

Color Harmonies of #856DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DDC

Black with #856DDC

Text Example


Text Example

White with #856DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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