Html Css Color HEX #856ADF Medium Purple

📋 copy color: '#856ADF'

red 133 ◦ green 106 ◦ blue 223

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

Shades of Medium Purple #856ADF

Tints of Medium Purple #856ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.94%

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

R = 28.79%
G = 22.94%
B = 48.27%

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

#856ADF (or 0x856ADF) is known color: Medium Purple. HEX triplet: 85, 6A and DF. RGB value is (133,106,223). Sum of RGB (Red+Green+Blue) = 133+106+223=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #856ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ADF is #7A9520. Grayscale: #7E7E7E. Windows color (decimal): -8033569 or 14641797. OLE color: 14641797.

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

Color convert

RGB 133 106 223 -
CMYK 0.40 0.52 0 0.13
HSL 253.85º 0.65% 0.65% -
HSV(B) 253.85º 0.52% 0.87% -
XYZ 28.15 20.62 72.31 -
YUV 127.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 133 106 223 0.40 0.52 0 0.13 253.85 0.65 0.65
Hex 85 6A DF 28 34 0 D FE 41 41
Octal 205 152 337 50 64 0 15 376 101 101
Binary 10000101 1101010 11011111 101000 110100 0 1101 11111110 1000001 1000001

Color Harmonies of #856ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ADF

Black with #856ADF

Text Example


Text Example

White with #856ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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