Html Css Color HEX #866FDB Medium Purple

📋 copy color: '#866FDB'

red 134 ◦ green 111 ◦ blue 219

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

Shades of Medium Purple #866FDB

Tints of Medium Purple #866FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 28.88%
G = 23.92%
B = 47.2%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#866FDB (or 0x866FDB) is known color: Medium Purple. HEX triplet: 86, 6F and DB. RGB value is (134,111,219). Sum of RGB (Red+Green+Blue) = 134+111+219=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #866FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FDB is #799024. Grayscale: #818181. Windows color (decimal): -7966757 or 14380934. OLE color: 14380934.

HSL color Cylindrical-coordinate representation of color #866FDB: hue angle of 252.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #866FDB is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 111 219 -
CMYK 0.39 0.49 0 0.14
HSL 252.78º 0.6% 0.65% -
HSV(B) 252.78º 0.49% 0.86% -
XYZ 28.3 21.55 69.69 -
YUV 130.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 134 111 219 0.39 0.49 0 0.14 252.78 0.6 0.65
Hex 86 6F DB 27 31 0 E FD 3C 41
Octal 206 157 333 47 61 0 16 375 74 101
Binary 10000110 1101111 11011011 100111 110001 0 1110 11111101 111100 1000001

Color Harmonies of #866FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FDB

Black with #866FDB

Text Example


Text Example

White with #866FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,111,219); }

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

background-color css

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

 a { background-color: rgb(134,111,219); }

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

border-color css

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

 span { border-color: rgb(134,111,219); }

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