Html Css Color HEX #856FDF Medium Purple

📋 copy color: '#856FDF'

red 133 ◦ green 111 ◦ blue 223

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

Shades of Medium Purple #856FDF

Tints of Medium Purple #856FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.77%

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 28.48%
G = 23.77%
B = 47.75%

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

#856FDF (or 0x856FDF) is known color: Medium Purple. HEX triplet: 85, 6F and DF. RGB value is (133,111,223). Sum of RGB (Red+Green+Blue) = 133+111+223=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #856FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FDF is #7A9020. Grayscale: #818181. Windows color (decimal): -8032289 or 14643077. OLE color: 14643077.

HSL color Cylindrical-coordinate representation of color #856FDF: hue angle of 251.79º degrees, saturation: 0.64, 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 #856FDF is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 111 223 -
CMYK 0.40 0.50 0 0.13
HSL 251.79º 0.64% 0.65% -
HSV(B) 251.79º 0.5% 0.87% -
XYZ 28.68 21.68 72.49 -
YUV 130.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 133 111 223 0.40 0.50 0 0.13 251.79 0.64 0.65
Hex 85 6F DF 28 32 0 D FC 40 41
Octal 205 157 337 50 62 0 15 374 100 101
Binary 10000101 1101111 11011111 101000 110010 0 1101 11111100 1000000 1000001

Color Harmonies of #856FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FDF

Black with #856FDF

Text Example


Text Example

White with #856FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,111,223); }

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

background-color css

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

 a { background-color: rgb(133,111,223); }

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

border-color css

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

 span { border-color: rgb(133,111,223); }

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