Html Css Color HEX #856BDB Medium Purple

📋 copy color: '#856BDB'

red 133 ◦ green 107 ◦ blue 219

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

Shades of Medium Purple #856BDB

Tints of Medium Purple #856BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 28.98%
G = 23.31%
B = 47.71%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#856BDB (or 0x856BDB) is known color: Medium Purple. HEX triplet: 85, 6B and DB. RGB value is (133,107,219). Sum of RGB (Red+Green+Blue) = 133+107+219=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #856BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BDB is #7A9424. Grayscale: #7F7F7F. Windows color (decimal): -8033317 or 14379909. OLE color: 14379909.

HSL color Cylindrical-coordinate representation of color #856BDB: hue angle of 253.93º degrees, saturation: 0.61, 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 #856BDB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 107 219 -
CMYK 0.39 0.51 0 0.14
HSL 253.93º 0.61% 0.64% -
HSV(B) 253.93º 0.51% 0.86% -
XYZ 27.72 20.62 69.54 -
YUV 127.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 133 107 219 0.39 0.51 0 0.14 253.93 0.61 0.64
Hex 85 6B DB 27 33 0 E FE 3D 40
Octal 205 153 333 47 63 0 16 376 75 100
Binary 10000101 1101011 11011011 100111 110011 0 1110 11111110 111101 1000000

Color Harmonies of #856BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BDB

Black with #856BDB

Text Example


Text Example

White with #856BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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