Html Css Color HEX #856CDD Medium Purple

📋 copy color: '#856CDD'

red 133 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #856CDD

Tints of Medium Purple #856CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 28.79%
G = 23.38%
B = 47.84%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#856CDD (or 0x856CDD) is known color: Medium Purple. HEX triplet: 85, 6C and DD. RGB value is (133,108,221). Sum of RGB (Red+Green+Blue) = 133+108+221=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #856CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CDD is #7A9322. Grayscale: #7F7F7F. Windows color (decimal): -8033059 or 14511237. OLE color: 14511237.

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

Color convert

RGB 133 108 221 -
CMYK 0.40 0.51 0 0.13
HSL 253.27º 0.62% 0.65% -
HSV(B) 253.27º 0.51% 0.87% -
XYZ 28.09 20.93 70.97 -
YUV 128.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 133 108 221 0.40 0.51 0 0.13 253.27 0.62 0.65
Hex 85 6C DD 28 33 0 D FD 3E 41
Octal 205 154 335 50 63 0 15 375 76 101
Binary 10000101 1101100 11011101 101000 110011 0 1101 11111101 111110 1000001

Color Harmonies of #856CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CDD

Black with #856CDD

Text Example


Text Example

White with #856CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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