Html Css Color HEX #856EDE Medium Purple

📋 copy color: '#856EDE'

red 133 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #856EDE

Tints of Medium Purple #856EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 28.6%
G = 23.66%
B = 47.74%

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

#856EDE (or 0x856EDE) is known color: Medium Purple. HEX triplet: 85, 6E and DE. RGB value is (133,110,222). Sum of RGB (Red+Green+Blue) = 133+110+222=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #856EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EDE is #7A9121. Grayscale: #818181. Windows color (decimal): -8032546 or 14577285. OLE color: 14577285.

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

Color convert

RGB 133 110 222 -
CMYK 0.40 0.50 0 0.13
HSL 252.32º 0.63% 0.65% -
HSV(B) 252.32º 0.5% 0.87% -
XYZ 28.43 21.41 71.74 -
YUV 129.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 133 110 222 0.40 0.50 0 0.13 252.32 0.63 0.65
Hex 85 6E DE 28 32 0 D FC 3F 41
Octal 205 156 336 50 62 0 15 374 77 101
Binary 10000101 1101110 11011110 101000 110010 0 1101 11111100 111111 1000001

Color Harmonies of #856EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EDE

Black with #856EDE

Text Example


Text Example

White with #856EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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