Html Css Color HEX #856FDA Medium Purple

📋 copy color: '#856FDA'

red 133 ◦ green 111 ◦ blue 218

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

Shades of Medium Purple #856FDA

Tints of Medium Purple #856FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.03%

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 28.79%
G = 24.03%
B = 47.19%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#856FDA (or 0x856FDA) is known color: Medium Purple. HEX triplet: 85, 6F and DA. RGB value is (133,111,218). Sum of RGB (Red+Green+Blue) = 133+111+218=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #856FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FDA is #7A9025. Grayscale: #818181. Windows color (decimal): -8032294 or 14315397. OLE color: 14315397.

HSL color Cylindrical-coordinate representation of color #856FDA: hue angle of 252.34º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #856FDA is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 111 218 -
CMYK 0.39 0.49 0 0.15
HSL 252.34º 0.59% 0.65% -
HSV(B) 252.34º 0.49% 0.85% -
XYZ 28.01 21.42 68.99 -
YUV 129.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 133 111 218 0.39 0.49 0 0.15 252.34 0.59 0.65
Hex 85 6F DA 27 31 0 F FC 3B 41
Octal 205 157 332 47 61 0 17 374 73 101
Binary 10000101 1101111 11011010 100111 110001 0 1111 11111100 111011 1000001

Color Harmonies of #856FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FDA

Black with #856FDA

Text Example


Text Example

White with #856FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,111,218); }

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

background-color css

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

 a { background-color: rgb(133,111,218); }

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

border-color css

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

 span { border-color: rgb(133,111,218); }

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