Html Css Color HEX #856FD5 Medium Purple

📋 copy color: '#856FD5'

red 133 ◦ green 111 ◦ blue 213

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

Shades of Medium Purple #856FD5

Tints of Medium Purple #856FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.61%

R = 29.1%
G = 24.29%
B = 46.61%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#856FD5 (or 0x856FD5) is known color: Medium Purple. HEX triplet: 85, 6F and D5. RGB value is (133,111,213). Sum of RGB (Red+Green+Blue) = 133+111+213=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #856FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FD5 is #7A902A. Grayscale: #808080. Windows color (decimal): -8032299 or 13987717. OLE color: 13987717.

HSL color Cylindrical-coordinate representation of color #856FD5: hue angle of 252.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856FD5 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 111 213 -
CMYK 0.38 0.48 0 0.16
HSL 252.94º 0.55% 0.64% -
HSV(B) 252.94º 0.48% 0.84% -
XYZ 27.37 21.16 65.59 -
YUV 129.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 133 111 213 0.38 0.48 0 0.16 252.94 0.55 0.64
Hex 85 6F D5 26 30 0 10 FD 37 40
Octal 205 157 325 46 60 0 20 375 67 100
Binary 10000101 1101111 11010101 100110 110000 0 10000 11111101 110111 1000000

Color Harmonies of #856FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FD5

Black with #856FD5

Text Example


Text Example

White with #856FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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