Html Css Color HEX #856BE0 Medium Purple

📋 copy color: '#856BE0'

red 133 ◦ green 107 ◦ blue 224

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

Shades of Medium Purple #856BE0

Tints of Medium Purple #856BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.28%

R = 28.66%
G = 23.06%
B = 48.28%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#856BE0 (or 0x856BE0) is known color: Medium Purple. HEX triplet: 85, 6B and E0. RGB value is (133,107,224). Sum of RGB (Red+Green+Blue) = 133+107+224=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #856BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BE0 is #7A941F. Grayscale: #7F7F7F. Windows color (decimal): -8033312 or 14707589. OLE color: 14707589.

HSL color Cylindrical-coordinate representation of color #856BE0: hue angle of 253.33º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856BE0 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 107 224 -
CMYK 0.41 0.52 0 0.12
HSL 253.33º 0.65% 0.65% -
HSV(B) 253.33º 0.52% 0.88% -
XYZ 28.39 20.88 73.06 -
YUV 128.11 182.11 131.49 -
System Red Green Blue C M Y K H S L
Decimal 133 107 224 0.41 0.52 0 0.12 253.33 0.65 0.65
Hex 85 6B E0 29 34 0 C FD 41 41
Octal 205 153 340 51 64 0 14 375 101 101
Binary 10000101 1101011 11100000 101001 110100 0 1100 11111101 1000001 1000001

Color Harmonies of #856BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BE0

Black with #856BE0

Text Example


Text Example

White with #856BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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