Html Css Color HEX #866ED9 Medium Purple

📋 copy color: '#866ED9'

red 134 ◦ green 110 ◦ blue 217

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

Shades of Medium Purple #866ED9

Tints of Medium Purple #866ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.07%

R = 29.07%
G = 23.86%
B = 47.07%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#866ED9 (or 0x866ED9) is known color: Medium Purple. HEX triplet: 86, 6E and D9. RGB value is (134,110,217). Sum of RGB (Red+Green+Blue) = 134+110+217=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #866ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ED9 is #799126. Grayscale: #808080. Windows color (decimal): -7967015 or 14249606. OLE color: 14249606.

HSL color Cylindrical-coordinate representation of color #866ED9: hue angle of 253.46º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #866ED9 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 110 217 -
CMYK 0.38 0.49 0 0.15
HSL 253.46º 0.58% 0.64% -
HSV(B) 253.46º 0.49% 0.85% -
XYZ 27.93 21.23 68.27 -
YUV 129.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 134 110 217 0.38 0.49 0 0.15 253.46 0.58 0.64
Hex 86 6E D9 26 31 0 F FD 3A 40
Octal 206 156 331 46 61 0 17 375 72 100
Binary 10000110 1101110 11011001 100110 110001 0 1111 11111101 111010 1000000

Color Harmonies of #866ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866ED9

Black with #866ED9

Text Example


Text Example

White with #866ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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