Html Css Color HEX #856FD8 Medium Purple

📋 copy color: '#856FD8'

red 133 ◦ green 111 ◦ blue 216

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

Shades of Medium Purple #856FD8

Tints of Medium Purple #856FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.96%

R = 28.91%
G = 24.13%
B = 46.96%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#856FD8 (or 0x856FD8) is known color: Medium Purple. HEX triplet: 85, 6F and D8. RGB value is (133,111,216). Sum of RGB (Red+Green+Blue) = 133+111+216=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #856FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FD8 is #7A9027. Grayscale: #818181. Windows color (decimal): -8032296 or 14184325. OLE color: 14184325.

HSL color Cylindrical-coordinate representation of color #856FD8: hue angle of 252.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #856FD8 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 111 216 -
CMYK 0.38 0.49 0 0.15
HSL 252.57º 0.57% 0.64% -
HSV(B) 252.57º 0.49% 0.85% -
XYZ 27.75 21.31 67.62 -
YUV 129.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 133 111 216 0.38 0.49 0 0.15 252.57 0.57 0.64
Hex 85 6F D8 26 31 0 F FD 39 40
Octal 205 157 330 46 61 0 17 375 71 100
Binary 10000101 1101111 11011000 100110 110001 0 1111 11111101 111001 1000000

Color Harmonies of #856FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FD8

Black with #856FD8

Text Example


Text Example

White with #856FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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