Html Css Color HEX #866CD6 Medium Purple

📋 copy color: '#866CD6'

red 134 ◦ green 108 ◦ blue 214

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

Shades of Medium Purple #866CD6

Tints of Medium Purple #866CD6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.68%

 BLUE value IS 214 (83.98% from 255) = 46.93%

R = 29.39%
G = 23.68%
B = 46.93%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#866CD6 (or 0x866CD6) is known color: Medium Purple. HEX triplet: 86, 6C and D6. RGB value is (134,108,214). Sum of RGB (Red+Green+Blue) = 134+108+214=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #866CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CD6 is #799329. Grayscale: #7F7F7F. Windows color (decimal): -7967530 or 14052486. OLE color: 14052486.

HSL color Cylindrical-coordinate representation of color #866CD6: hue angle of 254.72º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866CD6 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 108 214 -
CMYK 0.37 0.50 0 0.16
HSL 254.72º 0.56% 0.63% -
HSV(B) 254.72º 0.5% 0.84% -
XYZ 27.33 20.65 66.16 -
YUV 127.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 134 108 214 0.37 0.50 0 0.16 254.72 0.56 0.63
Hex 86 6C D6 25 32 0 10 FF 38 3F
Octal 206 154 326 45 62 0 20 377 70 77
Binary 10000110 1101100 11010110 100101 110010 0 10000 11111111 111000 111111

Color Harmonies of #866CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CD6

Black with #866CD6

Text Example


Text Example

White with #866CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,108,214); }

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

background-color css

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

 a { background-color: rgb(134,108,214); }

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

border-color css

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

 span { border-color: rgb(134,108,214); }

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