Html Css Color HEX #866DDF Medium Purple

📋 copy color: '#866DDF'

red 134 ◦ green 109 ◦ blue 223

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

Shades of Medium Purple #866DDF

Tints of Medium Purple #866DDF

RGB

 RED value IS 134 (52.73% from 255) = 28.76%

 GREEN value IS 109 (42.97% from 255) = 23.39%

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

R = 28.76%
G = 23.39%
B = 47.85%

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

#866DDF (or 0x866DDF) is known color: Medium Purple. HEX triplet: 86, 6D and DF. RGB value is (134,109,223). Sum of RGB (Red+Green+Blue) = 134+109+223=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #866DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DDF is #799220. Grayscale: #818181. Windows color (decimal): -7967265 or 14642566. OLE color: 14642566.

HSL color Cylindrical-coordinate representation of color #866DDF: hue angle of 253.16º degrees, saturation: 0.64, 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 #866DDF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 109 223 -
CMYK 0.40 0.51 0 0.13
HSL 253.16º 0.64% 0.65% -
HSV(B) 253.16º 0.51% 0.87% -
XYZ 28.62 21.33 72.42 -
YUV 129.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 134 109 223 0.40 0.51 0 0.13 253.16 0.64 0.65
Hex 86 6D DF 28 33 0 D FD 40 41
Octal 206 155 337 50 63 0 15 375 100 101
Binary 10000110 1101101 11011111 101000 110011 0 1101 11111101 1000000 1000001

Color Harmonies of #866DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DDF

Black with #866DDF

Text Example


Text Example

White with #866DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866DDF; }

 p { color: rgb(134,109,223); }

 H1.HeaderClassName
 {
   color: #866DDF;
 }
 .AnyTagClassName
 {
   color: #866DDF;
 }
</style>

background-color css

<style>
 a { background-color: #866DDF; }

 a { background-color: rgb(134,109,223); }

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

border-color css

<style>
 span { border-color: #866DDF; }

 span { border-color: rgb(134,109,223); }

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