Html Css Color HEX #856CDF Medium Purple

📋 copy color: '#856CDF'

red 133 ◦ green 108 ◦ blue 223

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

Shades of Medium Purple #856CDF

Tints of Medium Purple #856CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.28%

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 28.66%
G = 23.28%
B = 48.06%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#856CDF (or 0x856CDF) is known color: Medium Purple. HEX triplet: 85, 6C and DF. RGB value is (133,108,223). Sum of RGB (Red+Green+Blue) = 133+108+223=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #856CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CDF is #7A9320. Grayscale: #808080. Windows color (decimal): -8033057 or 14642309. OLE color: 14642309.

HSL color Cylindrical-coordinate representation of color #856CDF: hue angle of 253.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856CDF is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 108 223 -
CMYK 0.40 0.52 0 0.13
HSL 253.04º 0.64% 0.65% -
HSV(B) 253.04º 0.52% 0.87% -
XYZ 28.35 21.04 72.38 -
YUV 128.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 133 108 223 0.40 0.52 0 0.13 253.04 0.64 0.65
Hex 85 6C DF 28 34 0 D FD 40 41
Octal 205 154 337 50 64 0 15 375 100 101
Binary 10000101 1101100 11011111 101000 110100 0 1101 11111101 1000000 1000001

Color Harmonies of #856CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CDF

Black with #856CDF

Text Example


Text Example

White with #856CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,108,223); }

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

background-color css

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

 a { background-color: rgb(133,108,223); }

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

border-color css

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

 span { border-color: rgb(133,108,223); }

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