Html Css Color HEX #866EDA Medium Purple

📋 copy color: '#866EDA'

red 134 ◦ green 110 ◦ blue 218

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

Shades of Medium Purple #866EDA

Tints of Medium Purple #866EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.81%

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

R = 29%
G = 23.81%
B = 47.19%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#866EDA (or 0x866EDA) is known color: Medium Purple. HEX triplet: 86, 6E and DA. RGB value is (134,110,218). Sum of RGB (Red+Green+Blue) = 134+110+218=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 110 (43.36% from 255 or 23.81% 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 #866EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EDA is #799125. Grayscale: #818181. Windows color (decimal): -7967014 or 14315142. OLE color: 14315142.

HSL color Cylindrical-coordinate representation of color #866EDA: hue angle of 253.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866EDA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 110 218 -
CMYK 0.39 0.50 0 0.15
HSL 253.33º 0.59% 0.64% -
HSV(B) 253.33º 0.5% 0.85% -
XYZ 28.06 21.28 68.96 -
YUV 129.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 134 110 218 0.39 0.50 0 0.15 253.33 0.59 0.64
Hex 86 6E DA 27 32 0 F FD 3B 40
Octal 206 156 332 47 62 0 17 375 73 100
Binary 10000110 1101110 11011010 100111 110010 0 1111 11111101 111011 1000000

Color Harmonies of #866EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866EDA

Black with #866EDA

Text Example


Text Example

White with #866EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,110,218); }

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

background-color css

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

 a { background-color: rgb(134,110,218); }

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

border-color css

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

 span { border-color: rgb(134,110,218); }

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