Html Css Color HEX #856EE0 Medium Purple

📋 copy color: '#856EE0'

red 133 ◦ green 110 ◦ blue 224

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

Shades of Medium Purple #856EE0

Tints of Medium Purple #856EE0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

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

R = 28.48%
G = 23.55%
B = 47.97%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#856EE0 (or 0x856EE0) is known color: Medium Purple. HEX triplet: 85, 6E and E0. RGB value is (133,110,224). Sum of RGB (Red+Green+Blue) = 133+110+224=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #856EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EE0 is #7A911F. Grayscale: #818181. Windows color (decimal): -8032544 or 14708357. OLE color: 14708357.

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

Color convert

RGB 133 110 224 -
CMYK 0.41 0.51 0 0.12
HSL 252.11º 0.65% 0.65% -
HSV(B) 252.11º 0.51% 0.88% -
XYZ 28.7 21.52 73.16 -
YUV 129.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 133 110 224 0.41 0.51 0 0.12 252.11 0.65 0.65
Hex 85 6E E0 29 33 0 C FC 41 41
Octal 205 156 340 51 63 0 14 374 101 101
Binary 10000101 1101110 11100000 101001 110011 0 1100 11111100 1000001 1000001

Color Harmonies of #856EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EE0

Black with #856EE0

Text Example


Text Example

White with #856EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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