Html Css Color HEX #856BDC Medium Purple

📋 copy color: '#856BDC'

red 133 ◦ green 107 ◦ blue 220

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

Shades of Medium Purple #856BDC

Tints of Medium Purple #856BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.26%

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

R = 28.91%
G = 23.26%
B = 47.83%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#856BDC (or 0x856BDC) is known color: Medium Purple. HEX triplet: 85, 6B and DC. RGB value is (133,107,220). Sum of RGB (Red+Green+Blue) = 133+107+220=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #856BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BDC is #7A9423. Grayscale: #7F7F7F. Windows color (decimal): -8033316 or 14445445. OLE color: 14445445.

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

Color convert

RGB 133 107 220 -
CMYK 0.40 0.51 0 0.14
HSL 253.81º 0.62% 0.64% -
HSV(B) 253.81º 0.51% 0.86% -
XYZ 27.85 20.67 70.23 -
YUV 127.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 133 107 220 0.40 0.51 0 0.14 253.81 0.62 0.64
Hex 85 6B DC 28 33 0 E FE 3E 40
Octal 205 153 334 50 63 0 16 376 76 100
Binary 10000101 1101011 11011100 101000 110011 0 1110 11111110 111110 1000000

Color Harmonies of #856BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BDC

Black with #856BDC

Text Example


Text Example

White with #856BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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